Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Responsive fix
  • Loading branch information
TimVanDeursen authored May 14, 2024
1 parent 574a5af commit 0062bd8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

article {
margin: 0 auto;
width: 800px;
max-width: 800px;
padding: 5em 0;
}

Expand Down Expand Up @@ -133,4 +133,11 @@
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
}

/* Responsive adjustments */
@media (max-width: 768px) {
header#banner h1 {
font-size: 1.5em;
}

}

0 comments on commit 0062bd8

Please sign in to comment.