Skip to content

Commit 7914fb6

Browse files
committed
Fix use shorthand property instead of specific value (#14211)
1 parent d49aa84 commit 7914fb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/resources/projects/website/about/about.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ div.quarto-about-trestles {
224224
// Marquee
225225
div.quarto-about-marquee {
226226
padding-bottom: 1em;
227-
padding-top: 14px !important;
227+
padding-top: $content-padding-top !important;
228228

229229
.about-contents {
230230
display: flex;
@@ -261,7 +261,7 @@ div.quarto-about-broadside {
261261
display: flex;
262262
flex-direction: column;
263263
padding-bottom: 1em;
264-
padding-top: 14px !important;
264+
padding-top: $content-padding-top !important;
265265

266266
.about-main {
267267
display: flex !important;

0 commit comments

Comments
 (0)