We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02e7ed commit fcc52f8Copy full SHA for fcc52f8
1 file changed
styles/main.css
@@ -771,10 +771,7 @@ footer {
771
position: relative;
772
margin-top: auto;
773
letter-spacing: 0.02em;
774
- display: flex;
775
- flex-direction: column;
776
- align-items: center;
777
- gap: 0.25rem;
+ line-height: 1.6;
778
}
779
footer::before {
780
content: '';
@@ -786,12 +783,14 @@ footer::before {
786
783
border-radius: 2px;
787
784
788
785
footer .footer-main {
+ display: block;
789
font-size: 1.25rem;
790
font-weight: 700;
791
color: var(--ink);
792
letter-spacing: 0.03em;
793
794
footer .footer-credit {
795
font-size: 0.95rem;
796
opacity: 0.55;
797
font-weight: 400;
0 commit comments