Fix news and footer
This commit is contained in:
@@ -127,6 +127,10 @@
|
||||
color: $primary;
|
||||
transition: $hover-duration;
|
||||
|
||||
@media all and (max-width: $tablet) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: darken($background-light, $hover-threshold);
|
||||
transition: $hover-duration;
|
||||
|
||||
8
src/scss/_footer.scss
Normal file → Executable file
8
src/scss/_footer.scss
Normal file → Executable file
@@ -49,6 +49,14 @@
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
color: #3f3f3f;
|
||||
|
||||
@media all and (max-width: $desktop-xl) {
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
@media all and (max-width: $desktop) {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&__availability {
|
||||
|
||||
Reference in New Issue
Block a user