Add slogan to home page

This commit is contained in:
2023-09-07 18:12:33 +08:00
parent 45956673d2
commit 2c8429d012
6 changed files with 115 additions and 15 deletions

View File

@@ -116,6 +116,15 @@ $font-secondary-color: #9E9E9E;
}
#fit-fullscreen {
width: 100vw;
position: relative;
width: 100%;
height: 100vh;
}
#fit-center {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}