Converted spaces to tabs in article.css.

This commit is contained in:
Alexander Andreev 2022-10-19 21:01:27 +04:00
parent 78cbf71198
commit 5ca275910e
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 24 additions and 24 deletions

View File

@ -7,14 +7,14 @@
h3 {
font-size: 1.1rem;
font-variant: normal;
text-align: left; }
font-size: 1.1rem;
font-variant: normal;
text-align: left; }
h4,
h5 {
text-indent: 1.5rem;
margin: 1rem 0 1rem 0; }
text-indent: 1.5rem;
margin: 1rem 0 1rem 0; }
:is(h3, h4, h5) a { color: var(--text-color); }
@ -22,39 +22,39 @@ h5 {
code,
pre {
font-family: 'Share Tech Mono';
font-size: 1.1rem;
letter-spacing: -1px; }
font-family: 'Share Tech Mono';
font-size: 1.1rem;
letter-spacing: -1px; }
pre {
border-left: 1px solid var(--primary-color);
padding-left: .25rem;
margin-bottom: .5rem;
margin-left: 1.6rem;
overflow-x: auto;
overflow-y: auto;
white-space: pre; }
border-left: 1px solid var(--primary-color);
padding-left: .25rem;
margin-bottom: .5rem;
margin-left: 1.6rem;
overflow-x: auto;
overflow-y: auto;
white-space: pre; }
article {
margin-top: 1rem;
max-width: 100%; }
margin-top: 1rem;
max-width: 100%; }
article:last-child { margin-bottom: 1rem; }
article header {
display: flex;
flex-direction: column; }
display: flex;
flex-direction: column; }
article header .menu {
display: flex;
font-size: .8rem;
justify-content: space-between; }
display: flex;
font-size: .8rem;
justify-content: space-between; }
article header nav a { font-variant: normal; }
article header nav ol {
counter-reset: item;
list-style-type: none; }
counter-reset: item;
list-style-type: none; }
article header nav ol > li { counter-increment: item; }