Skip to content

Commit 02af047

Browse files
authored
Base: Align text properly next to icon in version page
1 parent f3a2207 commit 02af047

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Base/res/ladybird/templates/version.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
html {
88
color-scheme: light dark;
99
}
10+
header {
11+
display: flex;
12+
align-items: center;
13+
}
1014
img {
1115
float: left;
1216
margin-right: 10px;

0 commit comments

Comments
 (0)