Add full width hover to map (#38412)

Co-authored-by: Tobias <tobias.helsing@futurice.com>
This commit is contained in:
Tobias Helsing
2020-03-22 18:15:46 +02:00
committed by GitHub
parent ae45c491b2
commit 2ff5e83195

View File

@@ -20,6 +20,7 @@ button.map-title {
background: transparent;
border: none;
text-align: left;
width: 100%;
}
button.map-title:hover {
@@ -52,7 +53,10 @@ li.open > .map-title svg:first-child {
.map-challenge-title {
display: flex;
margin-bottom: 0.25rem;
max-width: calc(100% - 105px);
}
.map-challenge-title a {
width: 100%;
}
@media (max-width: 640px) {