adding overland loop

This commit is contained in:
evilchili
2022-08-07 17:17:59 -07:00
parent d6fe8c61c8
commit 3df15e433f
5 changed files with 37 additions and 1 deletions
@@ -196,7 +196,10 @@ article.recent a.title {
font-style: normal;
}
article.recent h3, h4, h5, h6 {
article.recent h3,
article.recent h4,
article.recent h5,
article.recent h6 {
display: none;
}
@@ -750,6 +753,20 @@ a.disabled:hover {
display: none;
}
.pull {
float: right;
max-width: 40%;
margin: 1em;
margin-top: 0px;
background: rgba(244,241,232, 0.5);
padding: 1em;
border: 1px solid #888;
text-justify: left !important;
}
.pull h4 {
font-size: 1.5em;
}
@media screen and (min-width: 900px) {
.column {