Elemente links und rechts mehr zur Mitte gerückt
This commit is contained in:
parent
d44da38238
commit
6a6c0f1ba4
@ -14,6 +14,11 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: black;
|
color: black;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
@ -34,7 +39,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.full {
|
.full {
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
|
max-width: 1200px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
Reference in New Issue
Block a user