mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
fixed margin bottom for images in a-tags.
This commit is contained in:
parent
44e4167694
commit
8bac4dfa5e
|
@ -26,7 +26,7 @@
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
// Usually it's a good idea to give images some space.
|
// Usually it's a good idea to give images some space.
|
||||||
.section > img
|
.section > img, .section > a > img
|
||||||
margin-bottom: $base-line-height
|
margin-bottom: $base-line-height
|
||||||
// Questionable whether this is nice or not. It styles eternal links, but comes with some baggage.
|
// Questionable whether this is nice or not. It styles eternal links, but comes with some baggage.
|
||||||
// a.reference.external:after
|
// a.reference.external:after
|
||||||
|
|
Loading…
Reference in New Issue
Block a user