Skip to content

Commit fcc52f8

Browse files
committed
fix: footer inconsistency in department page
1 parent a02e7ed commit fcc52f8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

styles/main.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -771,10 +771,7 @@ footer {
771771
position: relative;
772772
margin-top: auto;
773773
letter-spacing: 0.02em;
774-
display: flex;
775-
flex-direction: column;
776-
align-items: center;
777-
gap: 0.25rem;
774+
line-height: 1.6;
778775
}
779776
footer::before {
780777
content: '';
@@ -786,12 +783,14 @@ footer::before {
786783
border-radius: 2px;
787784
}
788785
footer .footer-main {
786+
display: block;
789787
font-size: 1.25rem;
790788
font-weight: 700;
791789
color: var(--ink);
792790
letter-spacing: 0.03em;
793791
}
794792
footer .footer-credit {
793+
display: block;
795794
font-size: 0.95rem;
796795
opacity: 0.55;
797796
font-weight: 400;

0 commit comments

Comments
 (0)