diff --git a/style.css b/style.css index 89bf587..b04c9b4 100644 --- a/style.css +++ b/style.css @@ -61,3 +61,15 @@ footer { text-align: center; padding: 1.3vw 1.15vw; color: grey; +} + +.content { + overflow: hidden; + width: 24vw; + height: 15vw; + position: relative; +} + +.section { + padding: 1vw 1.75vw; +}