mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
updated the icon grid to have proper columsn that are euqal size
This commit is contained in:
@@ -168,10 +168,10 @@ h5 {
|
||||
|
||||
.homescreen {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
|
||||
gap: 20px;
|
||||
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
|
||||
gap: 0px;
|
||||
margin-top: 10px;
|
||||
justify-items: start;
|
||||
justify-items: center; /* center-align app tiles */
|
||||
}
|
||||
|
||||
.app {
|
||||
|
||||
Reference in New Issue
Block a user