Added new download buttons courtesy of Alex

This commit is contained in:
Starystars67
2023-12-06 12:46:11 +00:00
parent 97cd0c9444
commit 4e8825740a
2 changed files with 35 additions and 8 deletions
+16 -2
View File
@@ -134,7 +134,7 @@ nav li {
.logo-image {
width: 200px;
/*height: 200px;*/
height: 200px;
/*border-radius: 50%;*/
/*margin-top: -57px;*/
}
@@ -328,7 +328,7 @@ p {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
min-width: 260px;
min-width: 297px;
}
.description {
@@ -338,6 +338,20 @@ p {
opacity: .9;
}
div.buttons {
min-width: 297px;
}
div.buttons.mt-3 {
min-width: 297px;
}
img.os-icon {
width: 32px !important;
height: 32px !important;
margin-left: 0 !important;
}
@media screen and (max-width: 600px) {
#button {
display: none;