more css update
This commit is contained in:
@@ -548,6 +548,25 @@ data:
|
||||
color: rgba(255,255,255,0.95) !important;
|
||||
}
|
||||
|
||||
/* --- Force header nav to sit at the bottom (override utility classes) --- */
|
||||
.header.flex {
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
|
||||
/* Make the nav fill the header height and align its items to the bottom */
|
||||
.header.flex > .nav.flex {
|
||||
height: 100% !important;
|
||||
align-items: flex-end !important;
|
||||
padding-bottom: 14px !important; /* increase/decrease to taste */
|
||||
}
|
||||
|
||||
/* Bigger tab text */
|
||||
.header.flex > .nav.flex > .nav-item {
|
||||
font-size: 20px !important;
|
||||
line-height: 1.1 !important;
|
||||
padding: 10px 14px !important;
|
||||
}
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
Reference in New Issue
Block a user