Skip to content

Instantly share code, notes, and snippets.

@klaemo
Last active August 29, 2015 14:04
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 klaemo/67db657ab3cf54859f87 to your computer and use it in GitHub Desktop.
Save klaemo/67db657ab3cf54859f87 to your computer and use it in GitHub Desktop.
holgi's blog
/* ganz ans Ende der main.css */
body {
margin: 0;
padding: 14px;
font-family: Georgia, serif;
font-size: 16px;
color: #222;
line-height:1.5;
background-color:white;
background-position: top left;
}
#Content {
margin: 0 auto;
width: 600px;
position: relative;
top: 0;
left: 0;
}
/* STACKENBLOCHEN Titel */
.title {
font-size: 20px;
}
/* where contestants... */
.title font {
font-size: 12px;
}
/* Navigation */
.small i {
font-size: 16px;
}
img {
width: 100%;
height: auto;
}
@media only screen and (max-width: 600px) {
body {
font-size: 14px;
padding: 14px;
}
#Content {
padding: 0;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment