From 6130269f357ebac2664d60e4dcd6549af509d600 Mon Sep 17 00:00:00 2001 From: john-emerson14 Date: Sat, 21 Mar 2020 18:01:58 -0300 Subject: [PATCH] style: add border-bottom & border-radius --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 88f1800..fc8b182 100644 --- a/style.css +++ b/style.css @@ -42,6 +42,7 @@ body { color: var(--bgColor); background-color: var(--accentColor); border: solid var(--accentColor) 2px; + border-radius: 10px; font-size: 1rem; font-weight: bold; text-align: center; @@ -60,6 +61,7 @@ body { #profileQuote { color: #bbb; font-size: 1rem; + margin-bottom: 20px; display: block; font-family: var(--font); width: 100%;