Skip to content

Commit

Permalink
fix trestles link flexbox on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
prncevince committed Nov 2, 2023
1 parent d1c79ab commit cb34cb4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _site/assets/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
font-size: 4em;
background-position: center;
}
@media (max-width: 991.98px) {
div.quarto-about-trestles .about-entity .about-links {
width: 100%;
padding-bottom: 1.5em;
column-gap: 0.5em;
flex-direction: row;
font-size: 0.85em;
}
}
9 changes: 9 additions & 0 deletions assets/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
font-size: 4em;
background-position: center;
}
@media (max-width: 991.98px) {
div.quarto-about-trestles .about-entity .about-links {
width: 100%;
padding-bottom: 1.5em;
column-gap: 0.5em;
flex-direction: row;
font-size: 0.85em;
}
}

0 comments on commit cb34cb4

Please sign in to comment.