Skip to content

Commit a3aac08

Browse files
style: enhance footer layout with flexbox and gap
1 parent d0224a7 commit a3aac08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ body {
226226
transition: color 0.2s ease;
227227
}
228228

229+
.footer-right {
230+
display: flex;
231+
gap: 12px;
232+
}
233+
229234
.footer-link:hover {
230235
color: #ffffff;
231236
}

0 commit comments

Comments
 (0)