diff --git a/static/billboardstyle.css b/static/billboardstyle.css index f8e6fe6..edf9064 100644 --- a/static/billboardstyle.css +++ b/static/billboardstyle.css @@ -14,11 +14,11 @@ body { h1, h2 { text-align: center; - font-size: 7vh; + font-size: 6vh; } h2 { - font-size: 6vh; + font-size: 5vh; font-weight: normal; margin-bottom: 8vh; } @@ -41,9 +41,13 @@ h2 { border-width: 1vw; border-color: var(--bg-dark); border-radius: 3vw; - padding: 2vw; + padding: 1vw; + height: 17vh; color: var(--bg); font-size: 8vh; + display: flex; + flex-direction: column; + justify-content: center; } @keyframes scroll { @@ -51,8 +55,13 @@ h2 { 100% { transform: translateX(calc(-25vw * 7)); } } +.details { + margin: 1vh; + font-size: 6vh; +} + footer { - margin-top: 10vh; - font-size: 4vh; + margin-top: 8vh; + font-size: 3vh; text-align: center; }