Skip to content

Commit 7c6141c

Browse files
set heights
1 parent 7808bde commit 7c6141c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/init/src/template-base-ts/src/pages/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464
x-logo:not(:defined) {
6565
display: none;
66+
min-height: 100px;
67+
margin-bottom: 125px;
6668
}
6769

6870
x-logo {

packages/init/src/template-base/src/pages/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464
x-logo:not(:defined) {
6565
display: none;
66+
min-height: 100px;
67+
margin-bottom: 125px;
6668
}
6769

6870
x-logo {

0 commit comments

Comments
 (0)