Skip to content

Instantly share code, notes, and snippets.

@michaels123
Created June 21, 2019 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaels123/071073ee5b940f91108b60c76fb42a37 to your computer and use it in GitHub Desktop.
Save michaels123/071073ee5b940f91108b60c76fb42a37 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 600px) {
nav li {
display: inline-block;
border-radius: 10px;
margin-right: 2%;
padding: 5px;
font-size: 1.1em;
}
article {
width: 60%;
float: left;
}
aside {
width: 40%;
float: left;
}
#hauptbereich {
overflow: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment