Hotfix navbar + h1

This commit is contained in:
Divlo
2019-08-18 23:48:24 +02:00
parent 5aaf58fe0a
commit 0f76797845
11 changed files with 16 additions and 15 deletions

View File

@ -29,6 +29,9 @@ a, a:hover {
}
h1 {
font-family: 'Roboto', 'sans-serif';
margin: auto;
text-align: center;
padding-bottom: 0.6em;
}
p {
font-size: 18px;
@ -45,15 +48,14 @@ header {
.navbar {
border-bottom: var(--border-header-footer);
}
.nav-link {
text-align: center !important;
}
/* CONTENT */
.container {
padding-bottom: 25px;
}
.function-list-title {
margin: auto;
padding-bottom: 45px;
}
.table {
color: white;
}