Narrow img style to charts.

This commit is contained in:
Bauke 2022-10-09 13:34:46 +02:00
parent a3a4ae8ca4
commit 0cf9dda4fd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 6 additions and 6 deletions

View File

@ -26,11 +26,6 @@ a:visited {
} }
} }
img {
display: block;
width: 100%;
}
h1, h1,
h2, h2,
h3, h3,

View File

@ -59,6 +59,11 @@
background-color: var(--background-2); background-color: var(--background-2);
} }
} }
.chart {
display: block;
width: 100%;
}
} }
.page-footer { .page-footer {

View File

@ -18,7 +18,7 @@
registered users on Tildes. registered users on Tildes.
</p> </p>
<img src="/charts/user-count.svg" alt="User Count Chart"> <img class="chart" src="/charts/user-count.svg" alt="User Count Chart">
<table> <table>
<thead> <thead>