Fix layout

This commit is contained in:
2021-05-07 09:46:50 +02:00
parent 9af7671322
commit fd12c3f071
4 changed files with 10 additions and 10 deletions

View File

@ -38,12 +38,12 @@
.app-content {
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
min-height: 100vh;
}
main {
position: relative;
max-width: 100vw;
padding: 1.2em;
h1,
@ -76,7 +76,6 @@
max-width: 48rem;
margin-left: auto;
margin-right: auto;
box-shadow: @content-box-shadow;
}
figure {
max-width: @max-image-size;
@ -91,7 +90,6 @@
img {
width: 100%;
margin: 0 0 1em 0;
border-radius: 5px;
box-shadow: @content-box-shadow;
}