mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
Fix margin/padding on figure
This commit is contained in:
@@ -19,3 +19,8 @@
|
||||
border-color: transparent;
|
||||
border-style: solid solid outset;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
padding: $spacer-3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user