File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,8 @@ layout: custom
366366
367367 .soc2-badge-img {
368368 width: 1.5rem;
369+ background-color: #62636C;
370+ border-radius: 1000px;
369371 }
370372
371373 .footer-links {
@@ -561,7 +563,7 @@ layout: custom
561563 }
562564
563565 .footer {
564- padding: 2rem 1rem ;
566+ padding: 2rem 1.5rem ;
565567 }
566568
567569 .footer-top {
@@ -571,20 +573,21 @@ layout: custom
571573 }
572574
573575 .footer-logo-frame {
574- transform: translate(-24px , calc(-50% - 4px ));
576+ transform: translate(-32px , calc(-50% - 68px ));
575577 }
576578
577579 .footer-status {
578580 flex-direction: column;
579581 gap: 0.75rem;
582+ padding-top: 2rem;
580583 }
581584
582585 .footer-links {
583586 display: grid;
584587 grid-template-columns: 1fr;
585588 gap: 1.5rem;
586- padding-top: 2rem;
587589 align-items: flex-start;
590+ padding-top: 1rem;
588591 }
589592
590593 .footer-columns {
You can’t perform that action at this time.
0 commit comments