Tell us what’s happening:
“Your Technical Documentation project should use at least one media query”
I cant seem to get past this part of the task. Please help.
Heres my code:
html, body {
background-color: #848884;
color: #1b1b19;
font-family: Open sans, Arial;
line-height: 1.5;
}
.nav-title {
font-size: 30px;
}
#navbar ul {
display: flex;
list-style-type: none;
margin: 2;
padding: 2;
border: 1px solid #B2BEB5;
background-color: #B2BEB5;
font-size: 20px;
overflow: hidden;
}
#navbar li a {
color: #666;
padding: 5px;
}
code {
display: block;
text-align: left;
white-space: pre-line;
position: relative;
word-break: normal;
word-wrap: normal;
line-height: 2;
background-color: #B2BEB5;
padding: 15px;
margin: 10px;
border-radius: 5px;
@media screen and (min-width: 480px) {
body {
background-color: #848884;
}
}