Skip to content

Commit 469aa38

Browse files
authored
style: center landing icons (openscd#529)
Make sure to center the landing icons on the page
1 parent 6fe0ba3 commit 469aa38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/open-scd.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,11 @@ export class OpenSCD extends Hosting(
135135
136136
.landing {
137137
position: absolute;
138+
text-align: center;
138139
top: 50%;
139140
left: 50%;
140141
transform: translate(-50%, -50%);
142+
width: 100%;
141143
}
142144
143145
.landing_icon:hover {

0 commit comments

Comments
 (0)