diff --git a/style.css b/style.css index 226c5d2..f8bcce5 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ html {font-size: 20px;} body {background: #fff; background-image: url("assets/images/bedge-grunge.png"); border: 1rem solid #fff; border-top: 0; border-bottom: 0; min-height: 100vh; font-size: 0.85rem; font-family: 'Spectral'; line-height: 1.5; letter-spacing: -0.02em; overflow: auto;} body, a {color: #3a3731; text-decoration: none;} img {max-width: 100%;} -h1,h2,h3 {line-height: 1.1; margin-bottom: 1em; font-size: 1.6rem;} +h1,h2,h3 {line-height: 1.1; margin-bottom: 0.75em; font-size: 1.6rem;} h2::before {content: ""; display: block; width: 2rem; height: 1.5rem; background: url('assets/images/lotus.png') center center / contain no-repeat; margin: 0 auto 0.4rem; opacity: 0.8;} p {margin-bottom: 1.5em;} section {min-height: 30rem; padding: 12rem 2rem 12rem; display: none; align-items: center; flex-direction: column; justify-content: flex-start; margin: auto 0; min-height: calc(100vh - 1rem);}