Skip to content

Commit

Permalink
0.51 restore margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylvo committed Oct 8, 2024
1 parent 529f4e0 commit a642fab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions holiday.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ body {
background: #fff;
font: 100% system-ui;
font-family: Helvetica, sans-serif;
margin-left: 100px;
margin-right: 100px;
}
a {
color: #0033cc;
Expand All @@ -14,11 +16,6 @@ h2 {
font-size: 42px;
}

@media only screen and (min-width: 1000px) {
/* For large screens: */
.card {margin-right: 100px; margin-left: 100px}
}

@media (prefers-color-scheme: dark) {
body {
color: #eee;
Expand All @@ -31,5 +28,5 @@ h2 {
td {
color: #eee;
}

}

0 comments on commit a642fab

Please sign in to comment.