possibly mayb also fix extra space on the right on mobile

This commit is contained in:
2024-11-03 02:51:00 +00:00
parent 2381302dec
commit aab348caf5

View File

@@ -110,8 +110,9 @@ div.app:hover {
width: 100%; width: 100%;
grid-template-areas: 'one two'; grid-template-areas: 'one two';
} }
.app { .apps {
width: 100%; width: 100%;
grid-template-areas: 'one two';
} }
:root { :root {
width: 95%; width: 95%;