diff --git a/public/index.css b/public/index.css index ad31af57d..66531357c 100644 --- a/public/index.css +++ b/public/index.css @@ -163,6 +163,7 @@ main { color: var(--gray); font-weight: normal; font-size: 1rem; + max-width: 30vw; } #intro img, #plan img { @@ -220,7 +221,11 @@ button { #intro h1 { font-size: 2.5rem; - max-width: 300px; + max-width: 400px; + } + + #intro h3 { + max-width: 400px; } #intro > div { @@ -376,6 +381,10 @@ section:nth-child(odd) { margin-top: 3vh; } +.team:not(.active) { + display: none; +} + .hidden { display: none; } diff --git a/public/index.html b/public/index.html index da172ed7e..2c6ede2f7 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@