Visual edits. Add triangular shape to headers on all pages

This commit is contained in:
rebuilt 2023-01-11 16:54:51 -08:00
parent bede13b983
commit b62e3eb0ca
7 changed files with 68 additions and 114 deletions

View file

@ -6,3 +6,27 @@
.grid-item {
padding: 20px;
}
.custom-shape-divider-bottom-triangle {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.custom-shape-divider-bottom-triangle svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 72px;
}
.custom-shape-divider-bottom-triangle .shape-fill {
fill: #FFFFFF;
}
.relative {
position: relative;
}