Fix content allignment for lists

alternate-navbar
Maik de Kruif 2 years ago
parent 006099ba3c
commit e92b7e02fe
Signed by: maik
GPG Key ID: 44A55AD1F0673FA6
  1. 12
      themes/maik-blog/assets/scss/_main.scss

@ -304,16 +304,20 @@ ol ol {
} }
.content { .content {
// display: flex; display: flex;
// flex-direction: column; flex-direction: column;
flex: 1 auto; flex: 1 auto;
// align-items: center; align-items: center;
// justify-content: center; justify-content: center;
margin: 0; margin: 0;
@media #{$media-size-phone} { @media #{$media-size-phone} {
margin-top: 0; margin-top: 0;
} }
&-list {
display: block;
}
} }
hr { hr {

Loading…
Cancel
Save