diff --git a/style/style.css b/style/style.css index fe58861..0dd148e 100644 --- a/style/style.css +++ b/style/style.css @@ -113,10 +113,29 @@ header { } header img { - height: 48px; + height: 72px; width: auto; } +header p { + font-size: 1.25rem; + font-weight: bold; +} + +header p:not(:first-child) { + padding-bottom: 0.5rem; +} + +header a { + font-size: 1.25rem; + text-decoration: none; + font-weight: bold; +} + +header a:not(:first-child) { + padding-left: 0.75rem; +} + section { background-color: var(--section-color); padding: 1.25rem;