File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ console.log(hiringMessage);
13
13
// Comment generated via js instead of directly in HTML so the hiring message text is only in one place
14
14
const comment = document . createComment ( "\n" + hiringMessage . toString ( ) + "\n" ) ;
15
15
document . insertBefore ( comment , document . firstChild ) ;
16
+
Original file line number Diff line number Diff line change @@ -1200,23 +1200,19 @@ footer#end-footer {
1200
1200
#end-main {
1201
1201
display : flex ;
1202
1202
flex-direction : row ;
1203
- // border: 3px solid yellow;
1204
- height : calc (100vh - #{$nav-height } );
1205
1203
margin : 0 auto ;
1206
- margin-top : $nav-height / 2 ;
1207
- width : 90 % ;
1208
- bottom : 0 ;
1204
+ margin-top : $nav-height ;
1205
+ top : 0 ;
1206
+ position : absolute ;
1209
1207
1210
1208
#thank-you-container , #ricky-container {
1211
- // border: 3px solid yellow;
1212
1209
display : flex ;
1213
1210
flex-direction : column ;
1214
1211
justify-content : flex-end ;
1215
1212
}
1216
1213
1217
1214
#thank-you-container {
1218
1215
width : 40% ;
1219
- // border: 3px solid yellow;
1220
1216
1221
1217
h1 {
1222
1218
font-size : 4em ;
@@ -1235,8 +1231,14 @@ footer#end-footer {
1235
1231
1236
1232
#ricky-container {
1237
1233
width : 60% ;
1238
- // border: 3px solid yellow;
1239
- overflow : hidden ; // Beeg gif
1234
+ object-fit : scale-down ;
1235
+ height : auto ;
1236
+ display : flex ;
1237
+ align-items : d;
1238
+
1239
+ img {
1240
+ width : 100% ;
1241
+ }
1240
1242
}
1241
1243
}
1242
1244
@@ -1434,6 +1436,7 @@ footer#end-footer {
1434
1436
}
1435
1437
}
1436
1438
}
1439
+
1437
1440
#end-main {
1438
1441
flex-direction : column-reverse ;
1439
1442
width : 100% ;
@@ -1792,6 +1795,10 @@ footer#end-footer {
1792
1795
justify-content : space-around ;
1793
1796
gap : 20px ;
1794
1797
}
1798
+
1799
+ #end-main #thank-you-container h1 {
1800
+ font-size : 2em ;
1801
+ }
1795
1802
}
1796
1803
1797
1804
@media screen and (max-width : 650px ) {
You can’t perform that action at this time.
0 commit comments