css/others
This commit is contained in:
parent
fc4bd69cda
commit
9db5cd4e94
3 changed files with 10 additions and 9 deletions
|
@ -20,12 +20,11 @@ background-image: url("../images/logo.svg");
|
|||
background-position: center;
|
||||
background-size: cover;
|
||||
color: #777;
|
||||
font-family: sans-serif;
|
||||
font-size: 1.5rem;
|
||||
font-family: monospace;
|
||||
line-height: 1.25;
|
||||
margin-block: 0;
|
||||
margin-inline: auto;
|
||||
max-inline-size: 70ch;
|
||||
max-inline-size: 160ch;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -71,7 +70,7 @@ border-radius: .25em;
|
|||
border-style: solid;
|
||||
border-width: .1em;
|
||||
color: #f77;
|
||||
font-size: 1.75em;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -88,7 +87,7 @@ section {
|
|||
background-color: #033;
|
||||
margin-block: 1em;
|
||||
margin-inline: 1em;
|
||||
max-inline-size: 20ch;
|
||||
max-inline-size: 40ch;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
|
|
@ -28,7 +28,7 @@ text-wrap: balance;
|
|||
figcaption,
|
||||
li,
|
||||
p {
|
||||
max-width: 64ch;
|
||||
max-width: 79ch;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue