Skip to content

Commit dd2bff3

Browse files
authored
Enhance styles for logo, button, and link
Added styles for logo image, install button, and advanced link.
1 parent e3d49ad commit dd2bff3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

web/styles.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ main {
8484
font-size: 5dvw;
8585
font-family: "Arial", sans-serif;
8686
text-align: center;
87-
margin: 0; /* you can remove margin auto now */
87+
margin: 0;
8888
}
8989

9090
.panel {
@@ -94,3 +94,19 @@ main {
9494
align-items: flex-start; /* align to top */
9595
padding-top: 5px; /* optional: some spacing from top */
9696
}
97+
98+
.logo-img {
99+
height: 20dvw;
100+
width: 20dvw;
101+
}
102+
103+
.install-button {
104+
border: none;
105+
background-color: lightgreen;
106+
font-size: 2dvw;
107+
}
108+
109+
.advanced-href {
110+
bottom: 0;
111+
left: 0;
112+
}

0 commit comments

Comments
 (0)