Skip to content

Commit f82a9a5

Browse files
committed
Fix logo being overlapped
1 parent a02ddbf commit f82a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/css.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ body:not(#phpbb) .time {
750750
}
751751

752752
.title {
753-
width: 21em;
754753
top: 0;
755754
}
756755

@@ -761,6 +760,7 @@ body:not(#phpbb) .time {
761760

762761
.title img {
763762
width: 100%;
763+
margin-left: 16px;
764764
}
765765

766766
menu {

0 commit comments

Comments
 (0)