mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 08:33:23 +00:00
add icon for 32 bit windows
This commit is contained in:
@@ -93,23 +93,23 @@
|
|||||||
color: #2e52f7;
|
color: #2e52f7;
|
||||||
}
|
}
|
||||||
.text-64 {
|
.text-64 {
|
||||||
font-size: 0.5em; /* Adjust font size to fit */
|
font-size: 0.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
top: 18%; /* Fine-tune vertical position */
|
bottom: -0.2em;
|
||||||
left: 50%;
|
right: -0.2em;
|
||||||
transform: translate(-50%, -50%); /* Center horizontally */
|
position: absolute;
|
||||||
position: absolute; /* Position relative to the parent stack */
|
color: white;
|
||||||
color: black; /* Or any other color */
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-32 {
|
.text-32 {
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
top: 18%;
|
bottom: -0.2em;
|
||||||
left: 50%;
|
right: -0.2em;
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: black;
|
color: white;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
.checkbox-group {
|
.checkbox-group {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
Reference in New Issue
Block a user