diff --git a/styles/default.css b/styles/default.css index 0e6fd85..f3eff46 100644 --- a/styles/default.css +++ b/styles/default.css @@ -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;