center
This commit is contained in:
parent
1b7af64b34
commit
b0379d4871
1 changed files with 8 additions and 0 deletions
|
@ -110,6 +110,9 @@ p {
|
|||
&.active {
|
||||
display: flex;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: auto;
|
||||
|
@ -148,6 +151,11 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
#imprint {
|
||||
h2 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
#about, #imprint {
|
||||
.content {
|
||||
max-width: 800px;
|
||||
|
|
Loading…
Reference in a new issue