Correction du CSS
This commit is contained in:
parent
64659686ff
commit
f3fd793fb1
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
/* Inspired by lord.re and bettermotherfuckingwebsite.com */
|
||||
|
||||
body {
|
||||
margin:40px auto;
|
||||
max-width: 60em;
|
||||
margin: auto;
|
||||
max-width: 60rem;
|
||||
background-color:#2d2d2d;
|
||||
color: #D3D0C8;
|
||||
padding:0 10px;
|
||||
padding: 2rem;
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
|
@ -37,6 +37,7 @@ body {
|
|||
|
||||
video,img {
|
||||
max-width: 100%;
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
||||
audio {
|
||||
|
@ -60,6 +61,7 @@ pre,code {
|
|||
}
|
||||
a {
|
||||
color: #F99157;
|
||||
display: inline-block;
|
||||
}
|
||||
a:visited {
|
||||
color: #F2777A;
|
||||
|
|
Loading…
Reference in a new issue