Remove unused styles

This commit is contained in:
Michael Bradley 2025-02-21 03:09:13 -05:00
parent 91a7b065ec
commit 02ed9f71c1
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -1,16 +1,4 @@
:root {
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
line-height: 1.5;
font-weight: 400;
@ -257,10 +245,6 @@ p {
margin-block-end: 0;
}
.indent {
text-indent: 2lh;
}
#michael-photo-container {
max-height: 9lh;
aspect-ratio: 1;
@ -292,13 +276,6 @@ p {
}
}
/* Helper for capturing thumb.png*/
@media print {
.invisible-div {
padding: 1rem;
}
}
#basic-info {
display: flex;
flex-direction: column;
@ -311,10 +288,6 @@ p {
font-weight: bold;
}
.whitespace {
white-space: pre;
}
.blocks {
letter-spacing: -1px;
line-height: 0.9lh;