Files
impress.js/website/css/docs/topstyle.css
2023-01-22 20:00:31 +01:00

15 lines
276 B
CSS

.top-container {
background-color: rgb(223, 223, 223);
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-wrapper {
display: flex;
width: 80%;
margin-right: 5%;
justify-content: flex-end;
}