Skip to content

Commit

Permalink
Kleine Korrektur.
Browse files Browse the repository at this point in the history
  • Loading branch information
patbec committed Nov 1, 2021
1 parent 421c3f1 commit ed6bb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sinedo/wwwroot/css/logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

@media screen and (max-width: 800px) {
.grid {
grid-template-columns: 100vw !important;
grid-template-columns: 100% !important;
grid-template-rows: min-content auto min-content !important;

min-height: 100vh !important;
Expand Down Expand Up @@ -132,7 +132,7 @@ body {
.grid {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 300px calc(100vw - 300px);
grid-template-columns: 300px calc(100vw - 315px);
min-height: 100vh;
min-width: 100%;
}
Expand Down

0 comments on commit ed6bb62

Please sign in to comment.