Skip to content

Commit 7bdd5ad

Browse files
authored
Adjust styles for layout and button sizes
1 parent e7f35f7 commit 7bdd5ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ main {
8585
font-family: "Arial", sans-serif;
8686
text-align: center;
8787
margin: 0;
88+
margin-bottom: 3dvh;
8889
}
8990

9091
.panel {
@@ -100,16 +101,18 @@ main {
100101
.logo-img {
101102
height: 20dvw;
102103
width: 20dvw;
104+
margin-bottom: 2dvh;
103105
}
104106

105107
.install-button {
106108
border: none;
107109
background-color: lightgreen;
108-
font-size: 2dvw;
110+
font-size: 3dvw;
109111
}
110112

111113
.advanced-href {
112114
bottom: 0;
113115
left: 0;
114116
position: absolute;
117+
font-size: 1dvw;
115118
}

0 commit comments

Comments
 (0)