mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
fix styles
This commit is contained in:
parent
141919a632
commit
325cbce292
@ -4,4 +4,5 @@
|
||||
|
||||
.Footer-PoweredBy-Text{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -113,6 +113,17 @@ $secondary-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.pricingContainer {
|
||||
gap: 1rem;
|
||||
padding: 2.25rem;
|
||||
}
|
||||
|
||||
.packageList {
|
||||
gap: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 700px) {
|
||||
|
@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
input {
|
||||
border: 1px solid var(--primary-color);
|
||||
border: .1rem solid black;
|
||||
font-size: 1.5rem;
|
||||
padding: .5rem;
|
||||
flex: 1;
|
||||
@ -23,7 +23,7 @@ input {
|
||||
margin-left: .5rem;
|
||||
padding: .5rem 1rem;
|
||||
font-size: 1.5rem;
|
||||
background-color: blue;
|
||||
background-color: #2F2F2F;
|
||||
color: white;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
@ -54,6 +54,7 @@ input {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 650px) {
|
||||
|
||||
input {
|
||||
|
Loading…
Reference in New Issue
Block a user