File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ export default class EventListStyles {
1414 @media (max-width: 718px) {
1515 display: grid;
1616 grid-template-columns: 100%;
17- // grid-template-rows:
18- // calc(var(--vh) * .2) /* Intro heading */
19- // max(calc(var(--vh) * .15), 100px); /* Contact info */
2017 justify-content: center;
2118 align-content: center;
2219 }
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export default class NavigationStyles {
9494
9595 .dropdown-menu {
9696 position: absolute;
97- background-color: ${ props => props . transparency ? 'transparent' : `${ COLORS . PRIMARY } ` } !important; //fix background later
97+ background-color: ${ props => props . transparency ? 'transparent' : `${ COLORS . PRIMARY } ` } !important;
9898 transition: background-color 0.5s;
9999 padding: 0px 8px 8px 16px;
100100 border: none;
You can’t perform that action at this time.
0 commit comments