tweak shoutout styling

This commit is contained in:
John Bowdre 2024-04-15 12:58:38 -05:00
parent 9cc06219be
commit 096e899c70
2 changed files with 1 additions and 6 deletions

View file

@ -43,7 +43,6 @@
<h3>status.lol</h3> <h3>status.lol</h3>
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script> <script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
<hr> <hr>
<h3>shoutouts</h3>
<script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script> <script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script>
{{- if eq .Site.Params.analytics true }} {{- if eq .Site.Params.analytics true }}
<hr> <hr>

View file

@ -316,15 +316,11 @@ a.tinylytics_webring {
} }
/* shoutouts styling */ /* shoutouts styling */
.shoutout .shoutout__container .shoutout__title:before {
content: none;
}
.shoutout .shoutout__container .shoutout__title { .shoutout .shoutout__container .shoutout__title {
font-size: 1rem; font-size: 1rem;
margin: 0; margin: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-weight: 400; font-weight: bold;
} }
.shoutout .shoutout__container .shoutout__content { .shoutout .shoutout__container .shoutout__content {