Update index.html

This commit is contained in:
2026-05-09 17:28:51 -04:00
parent 370577411b
commit d84f686669

View File

@@ -16,7 +16,7 @@
--accent-soft: #1a2a3d;
--shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
--radius: 14px;
--column-width: 320px;
--column-width: 350px;
--num-columns: 4;
--num-columns-services: 4;
}
@@ -254,8 +254,8 @@
margin-bottom: 20px;
}
.admin-tile {
display: inline-flex;
max-width: var(--column-width);
display: flex;
width: calc(var(--column-width)-10px);
border: 2px solid whitesmoke;
border-radius: 20px;
height: 100px;
@@ -279,8 +279,10 @@
margin-bottom: 0px;
max-height: 35px !important;
height: 35px !important;
width: 100%;
}
.admin-row {
display: flex;
vertical-align: bottom;
@@ -344,7 +346,7 @@
display: grid;
grid-template-columns: repeat(var(--num-columns-services), 1fr);
gap: 15px;
max-width: auto;
max-width: 100%;
padding: 0px;
margin: 20px 10px;
justify-content: space-evenly;
@@ -352,8 +354,8 @@
.service-grid div a img {
display: block;
gap: 2px;
width: 50px;
height: 50px;
width: 45px;
height: 45px;
}
.service-grid div {
display: flex;