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

Commit 01d9a29

Browse files
feat(#49): improve template padding on mobile devices
1 parent 25d92a1 commit 01d9a29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/slides/deckdeckgo-slide-author/deckdeckgo-slide-author.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ div.deckgo-slide-author {
6363
}
6464
}
6565

66+
@media screen and (max-width: 768px) {
67+
div.deckgo-slide-author {
68+
&.deckgo-slide-author-start {
69+
padding-right: var(--slide-author-padding-end, 0);
70+
}
71+
72+
&.deckgo-slide-author-end {
73+
div.deckgo-slide-author-social {
74+
grid-template-columns: 100%;
75+
}
76+
}
77+
}
78+
}
79+
6680
::slotted([slot="title"]) {
6781
display: none;
6882
}

0 commit comments

Comments
 (0)