fix(web): update styles

This commit is contained in:
Masahiko AMANO 2023-01-27 16:52:15 +03:00
parent 7e0e619950
commit b791c60b81

View File

@ -16,7 +16,8 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-image: url(/images/bg-1920x1440.webp); background-image: url(/images/bg-1920x1440.webp);
background-size: cover; background-size: 100% auto;
background-repeat: no-repeat;
} }
header { header {
@ -55,8 +56,7 @@ main:hover {
h2 { h2 {
margin: 0; margin: 0;
padding: 0 2vw; padding: 14px 0;
height: 9vw;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
@ -64,9 +64,10 @@ h2 {
background-color: hsla(270, 80%, 80%, 0.6); background-color: hsla(270, 80%, 80%, 0.6);
border-bottom: 0; border-bottom: 0;
font-family: Secular One, sans-serif; font-family: Secular One, sans-serif;
font-size: 3vw; font-size: 24pt;
text-shadow: 2.5px 2px 0.5px white; text-shadow: 2.5px 2px 0.5px white;
cursor: pointer; text-align: center;
cursor: default;
} }
h3 { h3 {