Center Content each page

This commit is contained in:
Divlo
2019-08-19 01:21:00 +02:00
parent e53dc3bb91
commit 18fd18fec0
7 changed files with 80 additions and 68 deletions

View File

@ -38,9 +38,6 @@ p {
}
/* HEADER */
header {
margin-bottom: 4%;
}
#header-container {
padding-bottom: 0;
}
@ -52,8 +49,11 @@ header {
}
/* CONTENT */
.container {
padding-bottom: 25px;
@media (min-width: 576px) {
.jumbotron {padding: 6.17rem 2rem;}
}
.jumbotron {
background-color: var(--background-color) !important;
}
.table {
color: white;