Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
font changes
  • Loading branch information
met18001 committed Mar 22, 2020
1 parent 606f38f commit 5a2c67a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/style.css
Expand Up @@ -445,7 +445,7 @@ transition: ease-in .5s;
display: none;
}
.page3{
background-image: url(../img/rainbow.jpg);
background-image: url(../img/morepink.jpg);
background-position: center top;
-webkit-box-pack: center;
justify-content: center;
Expand Down Expand Up @@ -495,4 +495,9 @@ transition: ease-in .5s;
padding: 30px;
font-family: 'Raleway',sans-serif;
font-size: 20px;
}
@media(max-width: 350px){
.typewriter p.type{
font-size: 15px !important;
}
}

0 comments on commit 5a2c67a

Please sign in to comment.