Skip to content

Commit 35cc773

Browse files
Add files via upload
1 parent 5dd9176 commit 35cc773

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

css/main.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ html {
142142
color: var(--color4);
143143
background: repeating-linear-gradient(-45deg, var(--color0) 0, var(--color0) 9px, var(--color1) 9px, var(--color1) 18px) fixed
144144
}
145-
146145
#loader {
147146
line-height: 100dvh;
148147
background: url(../safari-pinned-tab.svg) center/contain no-repeat;
@@ -671,11 +670,6 @@ h3 {
671670
padding: 1.25em 0
672671
}
673672

674-
.small {
675-
font-size: .75em;
676-
line-height: 2
677-
}
678-
679673
.xxl {
680674
font-size: 2em;
681675
line-height: 1;
@@ -726,8 +720,10 @@ a {
726720
.mode-numbering .links i:nth-child(odd)::before,
727721
.mode-numbering .links p::before {
728722
counter-increment: section;
729-
content: counter(section, decimal-leading-zero) '.';
723+
content: counter(section, decimal-leading-zero) '. ';
730724
color: var(--color3);
725+
font-size: 12px;
726+
white-space: preserve nowrap;
731727
display: inline-block
732728
}
733729

@@ -743,9 +739,7 @@ a {
743739
text-transform: lowercase;
744740
padding: 0 12px;
745741
text-decoration: none;
746-
font-size: .875em;
747742
position: relative;
748-
line-height: 1.71428571
749743
}
750744

751745
a:hover {
@@ -872,6 +866,8 @@ textarea:hover {
872866

873867
.main {
874868
display: flex;
869+
font-size: .875em;
870+
line-height: 1.71428571;
875871
place-items: baseline;
876872
flex-wrap: wrap
877873
}

0 commit comments

Comments
 (0)