mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
styling! #3
This commit is contained in:
parent
723993b099
commit
74feb0c82a
9 changed files with 119 additions and 92 deletions
|
@ -10,6 +10,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 48em) {
|
||||
.home {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.home {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.multiSelect {
|
||||
background-color: #4e5d6c;
|
||||
}
|
||||
|
@ -19,3 +32,18 @@
|
|||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 3.5rem !important;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block !important;
|
||||
margin-bottom: .5rem !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue