We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9e34a commit 21a3d7fCopy full SHA for 21a3d7f
ramillies/src/scss/main.scss
@@ -87,6 +87,10 @@ footer {
87
bottom: -5px;
88
}
89
90
+.sortable-section.sectionfiles {
91
+ margin-bottom: 25px;
92
+}
93
+
94
.subsite-container {
95
background-color: #ffebf2;
96
border-radius: 0 20px 0 0;
ramillies/src/scss/variables.scss
@@ -361,7 +361,7 @@ $section-contact-p-margin: 1rem 0;
361
$section-contact-portrait-ration: calc(4 / 5);
362
363
// section-files
364
-$section-file-background-color: #d6d6d6;
+$section-file-background-color: #ffebf2;
365
$enable-full-width-section-files: true !default;
366
$enable-light-color-section-files: false;
367
0 commit comments