mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change display table to block.
This commit is contained in:
parent
02e271ac5a
commit
89d72de59d
@ -1,5 +1,5 @@
|
||||
body{
|
||||
display: table;
|
||||
display: block;
|
||||
font-family: "Work Sans", sans-serif;
|
||||
text-align: center;
|
||||
text-align: -webkit-center;
|
||||
@ -16,7 +16,7 @@ h2 {
|
||||
.container {
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
display: table;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.head-logo {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user