neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 15:08:42 +01:00
parent 867fbe9265
commit 549cde9072

View File

@ -1,3 +1,10 @@
.header {
background-color: green;
background-color: green;
display: flex;
justify-content: space-between;
align-items: center;
}
.main-nav {
margin-left: auto;
}