reverted reversal of article grid

This commit is contained in:
2025-04-13 12:00:04 -06:00
parent 9446a80452
commit 11b1f9211b
+4 -11
View File
@@ -619,10 +619,6 @@ input[type="file"] {
grid-template-columns: 15% 85%;
}
.article_toc {
margin-right: 15px;
}
/* Tooltip container */
.tooltip {
position: relative;
@@ -750,6 +746,10 @@ hr {
font-size: 2vw;
}
p {
margin-bottom: 30px;
}
small {
font-size: 1.5vw;
}
@@ -803,13 +803,6 @@ hr {
margin: 15px 0px 15px 0px;
}
.article_cards_grid {
margin: 0;
display: flex;
flex-direction: column-reverse;
width: 100%;
}
.article_card .row {
display: flex;
flex-direction: column;