Skip to content

Commit 89ee482

Browse files
committed
add icon for 32 bit windows
1 parent c429836 commit 89ee482

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

rdgenerator/templates/generator.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,23 @@
9393
color: #2e52f7;
9494
}
9595
.text-64 {
96-
font-size: 0.5em; /* Adjust font size to fit */
96+
font-size: 0.5em;
9797
font-weight: bold;
98-
top: 18%; /* Fine-tune vertical position */
99-
left: 50%;
100-
transform: translate(-50%, -50%); /* Center horizontally */
101-
position: absolute; /* Position relative to the parent stack */
102-
color: black; /* Or any other color */
98+
bottom: -0.2em;
99+
right: -0.2em;
100+
position: absolute;
101+
color: white;
102+
transform: translate(-50%, -50%);
103103
}
104104

105105
.text-32 {
106106
font-size: 0.5em;
107107
font-weight: bold;
108-
top: 18%;
109-
left: 50%;
110-
transform: translate(-50%, -50%);
108+
bottom: -0.2em;
109+
right: -0.2em;
111110
position: absolute;
112-
color: black;
111+
color: white;
112+
transform: translate(-50%, -50%);
113113
}
114114
.checkbox-group {
115115
display: grid;

0 commit comments

Comments
 (0)