cover with optional buttons

This commit is contained in:
Lachlan Kermode
2020-07-01 11:55:59 +02:00
parent 200a2826e6
commit c2b1440f93
2 changed files with 21 additions and 7 deletions

View File

@@ -185,7 +185,7 @@
letter-spacing: 1px;
}
&.yellow {
color: black;
color: black !important;
background-color: $yellow;
}
&:hover {
@@ -211,7 +211,6 @@
// mobile styles, remove overlay buttons
@media only screen and (max-width: 992px) {
font-size: 22pt !important;
.cell.plain, .cell.small { display: none; }
max-width: 100vw;
padding: 0 40px 80px 40px;
}