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