Inclusion of Content Warnings
This commit is contained in:
parent
f5fc53d551
commit
a1b313f045
13 changed files with 247 additions and 48 deletions
35
style.css
35
style.css
|
@ -87,6 +87,41 @@ a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
#content-warnings {
|
||||
margin: 15px 0;
|
||||
padding: 2px;
|
||||
|
||||
background-color: var(--accent-2);
|
||||
color: var(--background);
|
||||
font-family: "mono", monospace;
|
||||
text-align: center;
|
||||
}
|
||||
#content-warnings h1 {
|
||||
font-size: 2rem;
|
||||
margin: 10px 0;
|
||||
}
|
||||
#content-warnings ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 1200px;
|
||||
margin: 16px auto;
|
||||
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
#content-warnings ul li {
|
||||
padding: 5px 10px;
|
||||
min-width: 30%;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.back {
|
||||
font-size: 1.2rem;
|
||||
text-align: right;
|
||||
width: min(700px, 90%);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
/* Banner */
|
||||
header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue