Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 7d78cc6

Browse files
fix(#663): padding around social logo on Windows Chrome
Signed-off-by: peterpeterparker <[email protected]>
1 parent ec80926 commit 7d78cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/deck/styles/deckdeckgo-deck.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ deckgo-deck deckgo-social deckgo-lazy-img {
9191
--deckgo-lazy-img-width: 2rem;
9292
--deckgo-lazy-img-height: auto;
9393
--deckgo-lazy-img-vertical-align: middle;
94-
--deckgo-lazy-img-padding: 0 8px 0 0;
94+
padding: 0 8px 0 0;
9595
}
9696

9797
deckgo-deck deckgo-reveal[img] {

0 commit comments

Comments
 (0)