Hopefully fix issue with image being too big

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2024-01-22 03:26:55 -05:00
parent b33e919a87
commit c41dc839be
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ h2 { font-size:1.2em; }
h3,.fact_check_info_title { font-size:1.1em; }
pre,code {
tab-size:8;
background: #20232a;
color: #969ba6;
border: 1px solid lightgrey;
@ -37,9 +36,9 @@ blockquote {
margin-right: 10px;
}
#article-content img {
img {
display:flex;
max-width:90vw;
max-width: 80vw;
height:auto;
margin:auto;
}