web: make money stuff mobile friendly

This commit is contained in:
2025-04-02 12:21:54 -07:00
parent 85dcc9f7bd
commit a13bac813a
2 changed files with 19 additions and 2 deletions

View File

@@ -51,6 +51,15 @@ html {
margin-left: 2em;
}
.mail-thread .noreply-news-bloomberg-com img.logo-image {
width: initial !important;
max-width: 100% !important;
}
.mail-thread .noreply-news-bloomberg-com h2 {
margin: 0 !important;
padding: 0 !important;
}
/* Hackaday figures have unreadable black on dark grey */
.news-post figcaption.wp-caption-text {
background-color: initial !important;
@@ -66,4 +75,4 @@ html {
height: initial !important;
overflow: auto !important;
position: static !important;
}
}