Skip to content

Instantly share code, notes, and snippets.

@michaels123
Created June 21, 2019 06:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save michaels123/c23fae89035284315793a2adb8ce88b0 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 768px){
#gesamt {
width: 70%;
margin: auto;
}
nav {
float: left;
width: 25%;
}
article {
width: 50%;
margin-top: 20px;
}
aside {
width: 25%;
margin-top: 20px;
}
nav li {
display: block;
padding: 10px;
font-size: 1.3em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment