chore(web): some changes in css

This commit is contained in:
Masahiko AMANO 2023-01-29 18:52:57 +03:00
parent 0871d9209d
commit a089d519ea
2 changed files with 14 additions and 6 deletions

View File

@ -28,8 +28,7 @@ header {
} }
h1 { h1 {
margin: 0; margin: 12px 0;
margin-top: 36px;
padding: 0; padding: 0;
color: white; color: white;
font-family: Epilogue, sans-serif; font-family: Epilogue, sans-serif;
@ -39,8 +38,18 @@ h1 {
cursor: default; cursor: default;
} }
h1 a {
color: inherit;
text-decoration: inherit;
}
h1 a:hover {
color: inherit;
text-decoration: inherit;
}
main { main {
margin-top: 36px; margin: 0;
background-color: #fff8; background-color: #fff8;
box-shadow: 0 0 0.5vw black; box-shadow: 0 0 0.5vw black;
border-radius: 16px; border-radius: 16px;

View File

@ -41,9 +41,8 @@ main {
background-color: #eee; background-color: #eee;
box-shadow: 0 0 0.5vw black; box-shadow: 0 0 0.5vw black;
border-radius: 16px; border-radius: 16px;
width: 80vw; width: 90vw;
height: 80vh; height: 90vh;
max-width: 700px;
transition: 0.3s; transition: 0.3s;
overflow: hidden; overflow: hidden;
} }