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 {
// display: flex;
// flex-direction: column;
display: flex;
flex-direction: column;
flex: 1 auto;
// align-items: center;
// justify-content: center;
align-items: center;
justify-content: center;
margin: 0;
@media #{$media-size-phone} {
margin-top: 0;
}
&-list {
display: block;
}
}
hr {

Loading…
Cancel
Save