mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
added emulator: n64
updated hs to align from left
This commit is contained in:
15
style.css
15
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user