css/indent
This commit is contained in:
parent
342b014fc6
commit
a574620620
1 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
section.images {
|
section.images {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: 1.5rem; }
|
h1 { font-size: 1.5rem; }
|
||||||
|
@ -20,11 +20,11 @@ h4 { font-size: 1.2rem; }
|
||||||
h5 { font-size: 1.1rem; }
|
h5 { font-size: 1.1rem; }
|
||||||
h6 { font-size: 1.0rem; }
|
h6 { font-size: 1.0rem; }
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin-block: .5em;
|
margin-block: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.big {
|
img.big {
|
||||||
block-size: 4em;
|
block-size: 4em;
|
||||||
}
|
}
|
||||||
img.inline {
|
img.inline {
|
||||||
block-size: 1.5em;
|
block-size: 1.5em;
|
||||||
|
@ -32,7 +32,7 @@ img.inline {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-inline-start: 1.25em;
|
padding-inline-start: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.columns {
|
.columns {
|
||||||
|
|
Loading…
Add table
Reference in a new issue