1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

fix(Footer): break line not display

This commit is contained in:
2025-11-29 20:21:41 +08:00
parent 7fbc50603c
commit acfccd72e3

View File

@@ -18,6 +18,10 @@ footer {
text-decoration: none;
}
hr {
width: 100%;
}
#main-layout-footer-description {
display: flex;
flex-grow: 1;