File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1154,7 +1154,11 @@ body > article.attention a {
11541154 text-transform: uppercase;
11551155} */
11561156
1157- .program-index main > article ul {
1157+ .program-index main > article .projects {
1158+ margin-bottom : 8em ;
1159+ }
1160+
1161+ .program-index main > article .projects ul {
11581162 display : grid;
11591163 grid-template-columns : 1fr 1fr 1fr ;
11601164 gap : 2em ;
@@ -1165,17 +1169,20 @@ body > article.attention a {
11651169 list-style : none;
11661170}
11671171
1168- .program-index main > article article {
1172+ .program-index main > article . projects article {
11691173 padding : 2em ;
11701174
11711175 background : var (--vocabulary-brand-color-soft-turquoise );
11721176 border-top : 3px solid black;
11731177}
11741178
1175- .program-index main > article article a {
1179+ .program-index main > article . projects article a {
11761180 --underline-background-color : var (--vocabulary-brand-color-soft-turquoise );
11771181}
11781182
1183+ .program-page header p {
1184+ margin-top : 0 ;
1185+ }
11791186
11801187
11811188
You can’t perform that action at this time.
0 commit comments