@@ -9,13 +9,12 @@ $titlefont: 'Adam', 'Roboto', sans-serif
99$vaered : #d12727
1010$lightvaered : #D94F4F
1111$basicchars : U+ 0000 - 00FF
12-
12+
1313@font-face
1414 font-family : ' Adam'
1515 src : local (' ADAM.CG PRO' ), url (../assets/font/adam.woff2 ) format (' woff2' ), url (../assets/font/adam.woff ) format (' woff' )
1616 unicode-range : $basicchars
1717
18-
1918@font-face
2019 font-family : ' Roboto'
2120 font-weight : 350
7170 height : 140px
7271 width : 100%
7372 padding : 15px 15px 0
74- background : $grey
73+ background : rgba(51 , 51 , 51 , 0.85 )
74+ backdrop-filter : saturate(200% ) blur(20px )
7575 box-shadow : 3px 3px 12px rgba(12 , 12 , 12 , 0.5 )
7676 -webkit-transition : height 0.2s
7777 transition : height 0.2s
@@ -149,7 +149,6 @@ header.shrink
149149 width : max-content
150150 margin-top : 1px
151151
152-
153152// Social buttons
154153.social :first-child
155154 margin-left : 15px
@@ -351,10 +350,10 @@ main > img, .img-row, table
351350 height : 100%
352351
353352table img
354- width : 100%
353+ width : 100%
355354
356355main h1
357- text-align : center
356+ text-align : center
358357
359358h5
360359 margin-top : 30px
@@ -364,7 +363,6 @@ blockquote
364363 font-size : 25px
365364 font-style : italic
366365
367-
368366main
369367 ul
370368 padding-left : 20px
@@ -452,9 +450,9 @@ footer ul
452450 & :last-of-type
453451 margin-bottom : 15px
454452 ul ul
455- display : block
456- position : static
457- background : none
453+ display : block
454+ position : static
455+ background : none
458456 li
459457 margin-left : 20px
460458 padding-left : 10px
@@ -484,8 +482,8 @@ footer ul
484482 margin-top : -40px
485483 margin-bottom : 20px
486484 .social :first-child
487- margin-left : 0px
488- margin-right : 20px
485+ margin-left : 0px
486+ margin-right : 20px
489487 .active
490488 background : $grey
491489 & :hover
@@ -510,7 +508,7 @@ footer ul
510508 > ul > li :last-child ul
511509 margin-left : 0
512510 main img
513- width : 100%
511+ width : 100%
514512 footer
515513 h5 , table
516514 display : none
@@ -555,4 +553,4 @@ footer ul
555553 nav
556554 height : 100%
557555 .social
558- display : block !important
556+ display : block !important
0 commit comments