File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ main {
5050
5151// Header with logo
5252.header-with-logo {
53- padding : 1.5 rem ;
53+ padding : 1.5 em ;
5454
5555 .logo-title-container {
5656 display : flex ;
5757 align-items : center ;
58- gap : 2 rem ;
58+ gap : 2 em ;
5959 }
6060
6161 .logo-wrapper {
6262 flex-shrink : 0 ;
6363
6464 .logo {
65- width : 120 px ;
66- height : 120 px ;
65+ width : 8 em ;
66+ height : 8 em ;
6767 filter : drop-shadow (0 4px 12px rgba (255 , 255 , 255 , 0.3 ));
6868 @include smooth-transition (transform );
6969
@@ -94,16 +94,17 @@ main {
9494// Header
9595header {
9696 height : auto !important ;
97+ font-size : clamp (0.1rem , 2vh , 6rem );
9798
9899 h1 {
99- font-size : 5 rem ;
100+ font-size : 5 em ;
100101 font-weight : 700 ;
101- margin-bottom : 1 rem ;
102+ margin-bottom : 0.2 em ;
102103 @include text-shadow ;
103104 }
104105
105106 .subtitle {
106- font-size : 2.5 rem ;
107+ font-size : 2.5 em ;
107108 opacity : 0.8 ;
108109 font-weight : 300 ;
109110 }
@@ -177,12 +178,14 @@ header {
177178}
178179
179180// Footer
181+ footer {
182+ padding : 2rem ;
183+ margin-top : auto ;
184+ }
180185.frit-fit {
181186 text-align : left ;
182- font-size : 2 rem ;
187+ font-size : 1.5 em ;
183188 opacity : 0.6 ;
184- padding : 2rem ;
185- margin-top : auto ;
186189}
187190
188191// Focus indicators for accessibility
You can’t perform that action at this time.
0 commit comments