Skip to content

Commit

Permalink
Fix infotextbox column styling
Browse files Browse the repository at this point in the history
It uses text-container class and should not define its own column
  • Loading branch information
stefanw committed May 14, 2024
1 parent ac7a66e commit af1c5e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/styles/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,7 @@ h4.blog-list-heading {
> div.infotextbox {
color: var(--#{$prefix}primary-text-emphasis);
background-color: var(--#{$prefix}primary-bg-subtle);

@include make-col(12);
margin: 1rem auto 0rem;
padding: 1rem 1rem 0;
width: 100%;

> summary {
padding-bottom: 1rem;
Expand Down

0 comments on commit af1c5e9

Please sign in to comment.