Initial commit.
This commit is contained in:
0
static/css/lib/reset.css
Normal file
0
static/css/lib/reset.css
Normal file
0
static/css/lib/typography.css
Normal file
0
static/css/lib/typography.css
Normal file
22
static/css/lib/utils.css
Normal file
22
static/css/lib/utils.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.section-subtitle {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.hero h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
0
static/css/lib/variables.css
Normal file
0
static/css/lib/variables.css
Normal file
Reference in New Issue
Block a user