mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
fix horizontal scroll on all pages
This commit is contained in:
parent
ee48eae327
commit
db1a084885
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer#footer {
|
footer#footer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue