feat(app): new details footer appearance

This commit is contained in:
rektdeckard
2023-02-05 23:09:20 -07:00
parent 3756374140
commit eba876b3ea
19 changed files with 220 additions and 95 deletions

View File

@@ -31,9 +31,9 @@ pre {
box-sizing: border-box;
padding: 20px 16px 20px 24px;
margin: 12px 0px;
background-color: white;
/* background-color: white; */
border-radius: 6px;
border: 1px solid #e1d4d7;
/* border: 1px solid #e1d4d7; */
white-space: pre-wrap;
}
@@ -95,17 +95,6 @@ button.main-button svg {
/* gap: 24px; */
}
figure {
margin: 0;
display: grid;
place-items: center;
}
figcaption {
font-size: 14px;
text-align: center;
}
a.main-link {
text-decoration: none;
position: relative;