Browse Source

remove article-meta styling

Alexander Avery 3 months ago
parent
commit
302c628200
  1. 14
      assets/sass/main.scss

14
assets/sass/main.scss

@ -94,23 +94,15 @@ img {
img.featured { img.featured {
border-radius: 8px; border-radius: 8px;
max-height: 500px; max-height: 500px;
margin-top: 12px;
} }
.small-text { .small-text {
font-size: 1rem; font-size: 1rem;
} }
.article-header { .large-text {
display: flex; font-size: 2rem;
justify-content: center;
align-items: center;
gap: 4px 8px;
flex-wrap: wrap;
h1 {
font-size: 2rem;
text-align: center;
flex-basis: 100%;
}
} }
section { section {

Loading…
Cancel
Save