update home page styles

This commit is contained in:
imohkay 2021-10-24 19:13:02 +05:30
commit 394df9263c
7 changed files with 132 additions and 35 deletions

View file

@ -1,3 +1,10 @@
// Font: Wrong Font
@font-face {
font-family: "wrong font";
src: url("https://files.pad.ma/ttf/wrongfont.woff") format("woff");
}
// Font: Noto Sans
@font-face {
@ -46,6 +53,10 @@ em {
font-style: italic;
}
.font-size-sm {
font-size: 18px;
}
main > .texts {
box-sizing: border-box;
@ -74,8 +85,8 @@ main > .texts {
main > .index {
text-align: center;
padding-top: 48px;
font-size: 26px;
//padding-top: 48px;
//font-size: 26px;
line-height: 1.3;
}