X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=css%2Fmain.css;h=78e66477acbda84da868c70f99b2c9857b0e31fb;hp=645acaac9e5a470a712de0dd9f9d0c82760cf41c;hb=1b3aa49979259ee7ff5c50bddf40a05c028971c8;hpb=b5c5fb83ab2c120cd75a4818a107168664fee763 diff --git a/css/main.css b/css/main.css index 645acaa..78e6647 100644 --- a/css/main.css +++ b/css/main.css @@ -163,7 +163,6 @@ h3 { margin-left: -0.89em; padding-left: 0.67em; padding-right: 0.67em; - white-space: nowrap; } a:link, [onclick] { @@ -345,6 +344,11 @@ h4 a:link { white-space: nowrap; } +.game-preview .info li a:link { + text-decoration: none; + font-weight: inherit; +} + .game-preview .info li:before { content: ' ~ '; } @@ -453,6 +457,18 @@ pre code:hover { background-color: transparent; } +footer { + font-weight: 300; + text-align: center; + font-size: 0.75em; +} + +footer a:link { + display: inline-block; + margin: 0 1em; + text-decoration: none; +} + @media (max-width: 767px) { html { font-size: 13px; }