FAQ
This commit is contained in:
@@ -70,12 +70,17 @@ body {
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-family: "SFMoviePoster", system-ui, sans-serif;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h2,h3 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
@@ -155,6 +160,13 @@ input.btn, a.btn {
|
||||
color: #333 !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled, &:disabled:hover {
|
||||
color: #CCC !important;
|
||||
background-color: unset;
|
||||
border-color: #ccc;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
body.hero {
|
||||
|
||||
Reference in New Issue
Block a user