Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
17
assets/home.css
Normal file
17
assets/home.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.home-page {
|
||||
min-height: 80vh;
|
||||
}
|
||||
.home-page h1 {
|
||||
text-align: center;
|
||||
margin-top: 3rem;
|
||||
padding-bottom: 1.5rem;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
.home-page p {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 300;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue