diff --git a/style.css b/style.css index 1ca6b67..d76db9a 100644 --- a/style.css +++ b/style.css @@ -6,18 +6,24 @@ body { } a { color: #777; - text-decoration: none; + text-decoration-style: dotted; } a:hover { - text-decoration: underline; + text-decoration-style: solid; } article, footer { width: 50%; max-width: 1000px; - min-width: 400px; + min-width: 500px; margin: 0 auto; line-height: 1.4em; } +@media only screen and (max-width:550px){ + article, footer { + min-width:0; + width:100%; + } +} h1 { text-align: center; font-size: 3em;