Skip to content

Commit

Permalink
Update responsive layout for medium and smaller devices
Browse files Browse the repository at this point in the history
Thanks to @cremich

See pull request #8
  • Loading branch information
EmielH committed Apr 6, 2019
1 parent d7de8b0 commit addb6bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/scss/hallo/_base.scss
Expand Up @@ -32,6 +32,15 @@ h2 {
font-size: 3rem;
font-weight: normal;
}
@media screen and (max-width: $break-large) {
h1 {
font-size: 6rem;
}

h2 {
font-size: 2.5rem;
}
}

img.portrait {
border-radius: 50%;
Expand Down

0 comments on commit addb6bd

Please sign in to comment.