added very small screens
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 25s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 25s
This commit is contained in:
@@ -37,6 +37,21 @@ img {
|
|||||||
}
|
}
|
||||||
.slogan {
|
.slogan {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
:host {
|
||||||
|
padding: 7rem 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: $very-small-screen) {
|
||||||
|
h1 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
.slogan {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
|
|||||||
@@ -44,5 +44,12 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: $very-small-screen) {
|
||||||
|
.service {
|
||||||
|
h2 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
$small-screen: 50rem;
|
$small-screen: 50rem;
|
||||||
|
$very-small-screen: 25rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user