diff --git a/styles/base.css b/styles/base.css index 9bc11da..a27ce63 100644 --- a/styles/base.css +++ b/styles/base.css @@ -4,6 +4,7 @@ body { font-family: 'Roboto', sans-serif; margin: auto; } +span {background-color: red} hr { border-top: .25rem solid #000000; } diff --git a/styles/larger.css b/styles/larger.css index 7ededee..a60f2f5 100644 --- a/styles/larger.css +++ b/styles/larger.css @@ -113,7 +113,9 @@ footer { margin-top: 3rem; } -@media only screen and (min-width: 968px) { +@media only screen and (min-width: 32rem) { + span {background-color: green} + main { grid-template-columns: repeat(3, 1fr); }