Spaces:
Running
Running
Amber Tanaka
commited on
fix the nav bar! (#58)
Browse files- content.py +12 -10
content.py
CHANGED
|
@@ -329,6 +329,7 @@ span.wrap[tabindex="0"][role="button"][data-editable="false"] {
|
|
| 329 |
grid-template-columns: auto auto auto auto 1fr auto auto !important;
|
| 330 |
gap: 10px 20px !important; /* Vertical and horizontal spacing */
|
| 331 |
width: 100% !important;
|
|
|
|
| 332 |
}
|
| 333 |
.nav-holder nav a[href*="about"] {
|
| 334 |
grid-row: 1 !important;
|
|
@@ -525,18 +526,19 @@ span.wrap[tabindex="0"][role="button"][data-editable="false"] {
|
|
| 525 |
font-size: 13px;
|
| 526 |
line-height: 1.3;
|
| 527 |
display: flex;
|
| 528 |
-
flex-direction: column;
|
|
|
|
| 529 |
/* About Page CSS */
|
| 530 |
#about-page-content-wrapper {
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
|
| 535 |
-
|
| 536 |
-
|
| 537 |
-
|
| 538 |
-
|
| 539 |
-
|
| 540 |
}
|
| 541 |
.divider-line {
|
| 542 |
opacity: 40%;
|
|
|
|
| 329 |
grid-template-columns: auto auto auto auto 1fr auto auto !important;
|
| 330 |
gap: 10px 20px !important; /* Vertical and horizontal spacing */
|
| 331 |
width: 100% !important;
|
| 332 |
+
align-items: center;
|
| 333 |
}
|
| 334 |
.nav-holder nav a[href*="about"] {
|
| 335 |
grid-row: 1 !important;
|
|
|
|
| 526 |
font-size: 13px;
|
| 527 |
line-height: 1.3;
|
| 528 |
display: flex;
|
| 529 |
+
flex-direction: column;
|
| 530 |
+
}
|
| 531 |
/* About Page CSS */
|
| 532 |
#about-page-content-wrapper {
|
| 533 |
+
margin-left: auto;
|
| 534 |
+
margin-right: auto;
|
| 535 |
+
max-width: 800px;
|
| 536 |
+
padding: 0 24px;
|
| 537 |
+
display: flex;
|
| 538 |
+
flex-direction: column;
|
| 539 |
+
gap: 40px;
|
| 540 |
+
margin-top: 40px;
|
| 541 |
+
opacity: 85%;
|
| 542 |
}
|
| 543 |
.divider-line {
|
| 544 |
opacity: 40%;
|