column-count: 2;
flex-direction: column; }
body .resetMap {
- transform: translateX(8%) !important; }
+ transform: translateX(1%) !important; }
body #county-map-dropdown {
display: none;
transform: translateX(-50%);
left: 0;
display: flex;
justify-content: space-around;
- width: 600px;
+ width: 500px;
opacity: 0; }
#county-action-items a {
background: #f59e00;
border: 1px solid white;
border-radius: 5px;
color: white;
- font-size: 20px;
+ font-size: 16px;
font-weight: bold; }
.blog-dropdowns {
}
}
.resetMap{
- transform: translateX(8%) !important;
+ transform: translateX(1%) !important;
}
#county-map-dropdown{
display: none;
left: 0;
display: flex;
justify-content: space-around;
- width: 600px;
+ width: 500px;
opacity: 0;
a{
background: $gold;
border: 1px solid white;
border-radius: 5px;
color: white;
- font-size: 20px;
+ font-size: 16px;
font-weight: bold;
}
}
\ No newline at end of file