added emulator: n64

updated hs to align from left
This commit is contained in:
neon443
2024-10-06 19:54:51 +01:00
parent 8c639a271c
commit 66e1a617c4
16 changed files with 3327 additions and 9 deletions

View File

@@ -168,10 +168,10 @@ h5 {
.homescreen {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Responsive grid */
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 20px;
margin: 0px;
justify-content: center;
margin-top: 10px;
justify-items: start;
}
.app {
@@ -181,19 +181,19 @@ h5 {
align-items: center;
text-align: center;
text-decoration: none;
transition: 0.2s ease-in-out;
transition: 0.1s ease-in-out;
}
.app img {
margin-top: 5px;
width: auto;
width: 100px;
height: 100px;
border-radius: 10px;
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.app:hover {
transform: scale(1.1); /* Grow effect */
transform: scale(1.1);
font-weight: 1000;
font-size: large;
color: #ff6200;
@@ -207,7 +207,6 @@ h5 {
margin-bottom: 5px;
}
@media (prefers-color-scheme: dark) {
* {
color: #ddd;