1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 22:53:00 +02:00

fix image vertical column alignment

This commit is contained in:
Nick Sweeting
2020-11-23 04:51:26 -05:00
parent b47c6e6131
commit 640c9d96f6

View File

@@ -30,6 +30,7 @@ header h2 {
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
border-radius: 8px;
border: 0px;
vertical-align: top;
}
#main_content em img {
display: block;