Fix news and footer

This commit is contained in:
Bartłomiej Pluta (PGS Software)
2018-06-04 14:50:37 +02:00
parent 52745b0535
commit fcb9969cd1
2 changed files with 12 additions and 0 deletions

View File

@@ -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
View 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 {