From ad0ba3ee9fde30256a6bcad4ffa4953101fd8de6 Mon Sep 17 00:00:00 2001 From: Vaida Plankyte Date: Sun, 23 Jul 2017 20:35:24 +0100 Subject: [PATCH] sizes of things --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d7f22a7..449262d 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ border-radius: 3px; background-color: #163c52; color: white; - padding: 10px; + padding: 10px 20px 10px 20px; margin: 20px; -webkit-transition: background-color 500ms ease-out; -moz-transition: background-color 500ms ease-out; @@ -110,6 +110,7 @@ .highlight { text-decoration: underline; + font-size: 24px; } .desc { @@ -135,8 +136,13 @@ font-size: 24px; } + .highlight { + font-size: 20px; + } + .press { font-size: 18px; + padding: 10px; } .maincontain { @@ -158,7 +164,7 @@ } .maincontain { - padding: 20px; + padding: 25px; } }