Skip to content

Commit ac7e145

Browse files
committed
deleted comments
1 parent df0478c commit ac7e145

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/pages/events/EventListStyles.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

src/pages/general/navigation/NavigationStyles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)