93
93
"file-feature security-feature"
94
94
"time-feature store-feature" ;
95
95
background-color : hsl (218 , 28% , 13% );
96
- padding : 0 5rem 0 5 rem ;
96
+ padding : 0 5rem ;
97
97
gap : 2rem ;
98
98
text-align : center;
99
99
}
212
212
grid-template-areas :
213
213
"user-1 user-2 user-3" ;
214
214
background-color : hsl (218 , 28% , 13% );
215
- padding : 6rem 4rem 1rem 4 rem ;
215
+ padding : 6rem 4rem 1rem ;
216
216
gap : 1rem ;
217
217
background-image : url ('../images/bg-quotes.png' );
218
218
background-position : top 50px left 40px ;
234
234
font-weight : 400 ;
235
235
color : white;
236
236
font-size : 13px ;
237
- padding : 0 rem 50% 0 0 ;
237
+ padding : 0 50% 0 0 ;
238
238
}
239
239
240
240
.user-1 {
@@ -276,10 +276,10 @@ a {
276
276
background-color : hsl (217 , 28% , 15% );
277
277
box-shadow : 0 4px 8px 0 rgba (0 , 0 , 0 , 0.2 ), 0 6px 20px 0 rgba (0 , 0 , 0 , 0.19 );
278
278
background-position : 0 0 ;
279
- padding : 3% 0 10% 0 ;
279
+ padding : 3% 0 10% ;
280
280
border-radius : 8px ;
281
281
text-align : center;
282
- margin : -11% 15% 0 15 % ;
282
+ margin : -11% 15% 0 ;
283
283
width : 65% ;
284
284
}
285
285
@@ -334,24 +334,24 @@ a {
334
334
335
335
/* Footer */
336
336
.footer-container {
337
- max-width : 1300px ;
338
- margin : auto;
337
+ max-width : 1300px ;
338
+ margin : auto;
339
339
340
340
}
341
341
342
342
.footer-row {
343
- display : flex;
344
- flex-wrap : wrap;
343
+ display : flex;
344
+ flex-wrap : wrap;
345
345
gap : 3rem ;
346
346
}
347
347
348
348
.footer-container ul {
349
- list-style : none;
349
+ list-style : none;
350
350
}
351
351
352
352
.footer {
353
- background-color : hsl (216 , 53% , 9% );
354
- padding : 25% 0 10% 0 ;
353
+ background-color : hsl (216 , 53% , 9% );
354
+ padding : 25% 0 10% ;
355
355
}
356
356
357
357
.footer-col {
@@ -365,12 +365,12 @@ a {
365
365
color : white;
366
366
line-height : 1.5 ;
367
367
font-size : 16px ;
368
- margin-bottom : 35px ;
369
- position : relative;
368
+ margin-bottom : 35px ;
369
+ position : relative;
370
370
}
371
371
372
372
.footer-col ul li : not (: last-child ) {
373
- margin-bottom : 10px ;
373
+ margin-bottom : 10px ;
374
374
}
375
375
376
376
.footer-col ul li a {
@@ -379,32 +379,32 @@ a {
379
379
color : white;
380
380
line-height : 1.5 ;
381
381
font-size : 17px ;
382
- text-decoration : none;
383
- display : block;
384
- transition : all 0.3s ease;
382
+ text-decoration : none;
383
+ display : block;
384
+ transition : all 0.3s ease;
385
385
}
386
386
387
387
.footer-col ul li a : hover {
388
- color : # ffffff ;
389
- padding-left : 8px ;
388
+ color : # ffffff ;
389
+ padding-left : 8px ;
390
390
}
391
391
392
392
.footer-col .social-links a {
393
- display : inline-block;
394
- height : 50px ;
395
- width : 50px ;
396
- background-color : hsl (216 , 53% , 9% );
397
- margin : 0 10px 10px 0 ;
398
- text-align : center;
399
- line-height : 40px ;
400
- border-radius : 50% ;
401
- color : # ffffff ;
402
- transition : all 0.5s ease;
393
+ display : inline-block;
394
+ height : 50px ;
395
+ width : 50px ;
396
+ background-color : hsl (216 , 53% , 9% );
397
+ margin : 0 10px 10px 0 ;
398
+ text-align : center;
399
+ line-height : 40px ;
400
+ border-radius : 50% ;
401
+ color : # ffffff ;
402
+ transition : all 0.5s ease;
403
403
}
404
404
405
405
.footer-col .social-links a : hover {
406
- color : # 24262b ;
407
- background-color : # ffffff ;
406
+ color : # 24262b ;
407
+ background-color : # ffffff ;
408
408
}
409
409
410
410
.footer-logo {
@@ -480,7 +480,7 @@ ion-icon:hover {
480
480
}
481
481
482
482
.user-testimonial h2 {
483
- padding : 0 rem 15rem 0 0 ;
483
+ padding : 0 15rem 0 0 ;
484
484
}
485
485
486
486
.btn-secondary {
@@ -498,7 +498,7 @@ ion-icon:hover {
498
498
}
499
499
500
500
.footer {
501
- padding : 50% 0 10% 0 ;
501
+ padding : 50% 0 10% ;
502
502
}
503
503
}
504
504
@@ -545,7 +545,7 @@ ion-icon:hover {
545
545
}
546
546
547
547
.footer {
548
- padding : 70% 0 10% 0 ;
548
+ padding : 70% 0 10% ;
549
549
}
550
550
}
551
551
@@ -568,7 +568,7 @@ ion-icon:hover {
568
568
}
569
569
570
570
.footer {
571
- padding : 140% 0 10% 0 ;
571
+ padding : 140% 0 10% ;
572
572
}
573
573
}
574
574
@@ -582,4 +582,4 @@ ion-icon:hover {
582
582
.footer-col {
583
583
width : 100% ;
584
584
}
585
- }
585
+ }
0 commit comments