Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xillians committed Nov 22, 2024
1 parent e2d3abf commit 90c276c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ select {
right: 0;
transform: translate(50%, -50%);
}
.logo {
.logo {
width: clamp(200px, 50%, 300px);
}
@media(max-width: 768px) {
@media (max-width: 768px) {
.container {
width: 100%;
}
Expand All @@ -178,4 +178,4 @@ select {
grid-template-columns: 1fr;
gap: 2em;
}
}
}

0 comments on commit 90c276c

Please sign in to comment.