1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-03 08:40:55 -07:00
parent e7c85b5b05
commit e3d97bf5ce
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -467,7 +467,7 @@ nav {
padding: 10px; padding: 10px;
text-align: center; text-align: center;
position: relative; position: relative;
padding-bottom: 40px; padding-bottom: 35px;
} }
.mod-item .mod-icon { .mod-item .mod-icon {
@ -513,10 +513,10 @@ nav {
.mod-item .mod-links { .mod-item .mod-links {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
width: calc(100% - 30px); width: calc(100% - 20px);
position: absolute; position: absolute;
bottom: 15px; bottom: 10px;
left: 15px; left: 10px;
} }
.mod-item .mod-links .mod-download, .mod-item .mod-links .mod-download,