css
This commit is contained in:
parent
baa35cccc5
commit
b87ff3ab5d
1 changed files with 10 additions and 1 deletions
|
@ -11,7 +11,16 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
max-inline-size: 99ch;
|
max-inline-size: 102ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
article header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.org {
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.images {
|
section.images {
|
||||||
|
|
Loading…
Add table
Reference in a new issue