@@ -175,7 +175,7 @@ $extraColors : ("blue": $blue,
175175
176176 #landing-page-banner-content {
177177 @include make-container (0px );
178- background : radial-gradient (rgba (255 , 212 , 59 , 0.07 ), transparent 75% );
178+ /* background: radial-gradient(rgba(255, 212, 59, 0.07), transparent 75%); */
179179
180180 #landing-page-banner-title {
181181 @include make-row ();
@@ -277,14 +277,17 @@ $extraColors : ("blue": $blue,
277277
278278 /* This is the about sections */
279279 #landing-page-about {
280- @include landing-page-section ();
280+ @include landing-page-section ($padding : 0.5 rem );
281281
282282 $color : var (--bs-teal );
283283 background : url (daimond.svg ), radial-gradient (var (--bs-black ), var (--bs-gray-900 ) 110% );
284284 backdrop-filter : blur (5px );
285285
286+ border : 3px solid $color ;
287+ box-shadow : 0 0 15px $color , inset 0 0 15px $color ;
288+
286289 #landing-page-about-content {
287- @include landing-page-section-inner ();
290+ @include landing-page-section-inner ($padding : 1 rem , $border-radius : 1.55 rem );
288291
289292 border : 3px solid $color ;
290293 box-shadow : 0 0 15px $color , inset 0 0 15px $color ;
0 commit comments