Remove unused styles
This commit is contained in:
parent
91a7b065ec
commit
02ed9f71c1
1 changed files with 0 additions and 27 deletions
|
@ -1,16 +1,4 @@
|
||||||
:root {
|
:root {
|
||||||
font-family:
|
|
||||||
system-ui,
|
|
||||||
-apple-system,
|
|
||||||
BlinkMacSystemFont,
|
|
||||||
"Segoe UI",
|
|
||||||
Roboto,
|
|
||||||
Oxygen,
|
|
||||||
Ubuntu,
|
|
||||||
Cantarell,
|
|
||||||
"Open Sans",
|
|
||||||
"Helvetica Neue",
|
|
||||||
sans-serif;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
@ -257,10 +245,6 @@ p {
|
||||||
margin-block-end: 0;
|
margin-block-end: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indent {
|
|
||||||
text-indent: 2lh;
|
|
||||||
}
|
|
||||||
|
|
||||||
#michael-photo-container {
|
#michael-photo-container {
|
||||||
max-height: 9lh;
|
max-height: 9lh;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
|
@ -292,13 +276,6 @@ p {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Helper for capturing thumb.png*/
|
|
||||||
@media print {
|
|
||||||
.invisible-div {
|
|
||||||
padding: 1rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#basic-info {
|
#basic-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -311,10 +288,6 @@ p {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitespace {
|
|
||||||
white-space: pre;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blocks {
|
.blocks {
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
line-height: 0.9lh;
|
line-height: 0.9lh;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue