Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab5feddd3c |
+528
-283
File diff suppressed because it is too large
Load Diff
@@ -252,7 +252,19 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
/* Shell layout tambahan */
|
/* Shell layout tambahan */
|
||||||
.nav { background: #003150; padding: 1rem 0; }
|
.nav { background: #003150; padding: 1rem 0; }
|
||||||
.nav .brand { color: white; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.02em; }
|
.nav .brand { color: white; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.02em; }
|
||||||
.container { max-width: 1100px;}
|
.container {
|
||||||
|
max-width: 1100px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Make the wrapping container full width so sections can span 100% width */
|
||||||
|
main#main-content > .container {
|
||||||
|
max-width: none !important;
|
||||||
|
width: 100% !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.content {padding: 0 50px;}
|
.content {padding: 0 50px;}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user