File size: 258 Bytes
babeaf6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
header {
margin-top: 50px;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.logo-container {
text-align: center;
width: 100%;
}
.auth-container {
position: absolute;
right: 3vw;
}
|