diff --git a/assets/style.css b/assets/style.css index 2edaa0f..c84775a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 { display: block; } -p, footer, ul { +p, ul { margin: 20px auto; line-height: 1.3em; } @@ -122,21 +122,11 @@ header a:hover { background-color: #fff8; } -footer { - text-align: center; - color: grey; - font-style: italic; - box-sizing: content-box; -} -footer a:not(:last-child)::after, .subheading-links a:not(:last-child)::after { - content: " - " -} - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { #main { width: 95%; } - p, footer, ul { + p, ul { line-height: 1.6em; } header {