Skip to content

Commit

Permalink
add adaptative responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcrb3 committed Jun 11, 2024
1 parent 875483e commit 79fd7ad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,18 @@
}
}

@media (max-width: 1300px) {
#title {
margin-left: 10% !important;
font-size: 1.2em;
}

.notification {
left: 25%;
right: 25%;
}
}

@media (max-width: 624px) {
#infoPanel {
position: absolute;
Expand Down
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,18 @@
}
}

@media (max-width: 1300px) {
#title {
margin-left: 10% !important;
font-size: 1.2em;
}

.notification {
left: 25%;
right: 25%;
}
}

@media (max-width: 624px) {
#infoPanel {
position: absolute;
Expand Down

0 comments on commit 79fd7ad

Please sign in to comment.