update home page styles
This commit is contained in:
parent
a457f2e68d
commit
394df9263c
7 changed files with 132 additions and 35 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue