mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 14:10:20 +00:00
fix image vertical column alignment
This commit is contained in:
parent
b47c6e6131
commit
640c9d96f6
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ header h2 {
|
||||||
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
#main_content em img {
|
#main_content em img {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue