From 5a2c67a883ff7d113372c374526d5535eea6877f Mon Sep 17 00:00:00 2001 From: Meira Tompkins Date: Sun, 22 Mar 2020 12:51:00 -0400 Subject: [PATCH] font changes --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index de69cc0..85729bb 100644 --- a/css/style.css +++ b/css/style.css @@ -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; @@ -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; + } } \ No newline at end of file