[#181] move stylesheets from layout to organised components/, leave overal structure in layout/_structure

This commit is contained in:
Robin Scholtes 2023-04-18 22:04:40 +12:00
parent 4507d471bc
commit b4c0378a01
19 changed files with 163 additions and 149 deletions

View file

@ -10,6 +10,14 @@ body {
overflow: hidden;
}
#banner {
position: absolute;
top: 0;
margin: 0;
width: 100%;
height: var(--banner-height);
}
#content-wrapper {
position: absolute;
top: 0;
@ -27,23 +35,17 @@ body {
height: 20vh;
}
#input, #output {
#input,
#output {
height: 25vh;
}
#operations .title,
#recipe .title,
#input .title,
#output .title {
display: flex;
justify-content: space-between;
}
#controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: var(--controls-height);
}
@media only screen and ( min-width: 768px ) {