parent
73eb06739e
commit
2c18ab1030
23 changed files with 270 additions and 728 deletions
|
@ -147,10 +147,6 @@ a:active,
|
|||
stroke: var(--accent-color-hover);
|
||||
}
|
||||
|
||||
picture {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* headers */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
position: absolute;
|
||||
z-index: 1;
|
||||
content: '';
|
||||
bottom: 0;
|
||||
bottom: 10px;
|
||||
left: 1px;
|
||||
box-shadow: inset 0 -70px 75px -40px #000;
|
||||
width: calc(100% - 2px);
|
||||
|
|
Reference in a new issue