reverted reversal of article grid
This commit is contained in:
+4
-11
@@ -619,10 +619,6 @@ input[type="file"] {
|
|||||||
grid-template-columns: 15% 85%;
|
grid-template-columns: 15% 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article_toc {
|
|
||||||
margin-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tooltip container */
|
/* Tooltip container */
|
||||||
.tooltip {
|
.tooltip {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -750,6 +746,10 @@ hr {
|
|||||||
font-size: 2vw;
|
font-size: 2vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
font-size: 1.5vw;
|
font-size: 1.5vw;
|
||||||
}
|
}
|
||||||
@@ -803,13 +803,6 @@ hr {
|
|||||||
margin: 15px 0px 15px 0px;
|
margin: 15px 0px 15px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article_cards_grid {
|
|
||||||
margin: 0;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article_card .row {
|
.article_card .row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user