align icons properly with text
This commit is contained in:
parent
f328bd4ebf
commit
296e2d3f19
3 changed files with 10 additions and 5 deletions
|
|
@ -7201,8 +7201,9 @@ a.black {
|
|||
}
|
||||
|
||||
.icon {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
|
||||
|
|
|
|||
|
|
@ -634,6 +634,7 @@ a.black
|
|||
}
|
||||
|
||||
.icon {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
vertical-align:text-bottom;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue