Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit b22a1a7

Browse files
committed
fix button in legacy
1 parent 42ec714 commit b22a1a7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/css/legacy-fixes.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ footer p {
99
border-color: white; }
1010

1111
.Header-Navigation .navbar .overlay-menu ul .btn-primary a {
12-
width: 169px;
13-
height: 52px;
14-
bottom: 4px; }
12+
/* width: 169px; */
13+
/* height: 52px; */
14+
/* bottom: 4px; */ }
1515
@media (max-width: 1200px) {
1616
.Header-Navigation .navbar .overlay-menu ul .btn-primary a {
1717
padding: 0 !important; } }

assets/css/legacy-fixes.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ footer p {
1414
}
1515

1616
.Header-Navigation .navbar .overlay-menu ul .btn-primary a {
17-
width: 169px;
18-
height: 52px;
19-
bottom: 4px;
17+
/* width: 169px; */
18+
/* height: 52px; */
19+
/* bottom: 4px; */
2020
@media (max-width: $navbar-breaksize) {
2121
padding: 0!important;
2222
}

0 commit comments

Comments
 (0)