Narrow img style to charts.
This commit is contained in:
parent
a3a4ae8ca4
commit
0cf9dda4fd
|
@ -26,11 +26,6 @@ a:visited {
|
|||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
|
|
@ -59,6 +59,11 @@
|
|||
background-color: var(--background-2);
|
||||
}
|
||||
}
|
||||
|
||||
.chart {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
registered users on Tildes.
|
||||
</p>
|
||||
|
||||
<img src="/charts/user-count.svg" alt="User Count Chart">
|
||||
<img class="chart" src="/charts/user-count.svg" alt="User Count Chart">
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue