Skip to content

Instantly share code, notes, and snippets.

@danielkraic
Last active February 18, 2018 17:37
Show Gist options
  • Save danielkraic/f44dca57d6de3495791dc69a35be3a57 to your computer and use it in GitHub Desktop.
Save danielkraic/f44dca57d6de3495791dc69a35be3a57 to your computer and use it in GitHub Desktop.
p, .entry-content, .gallery-caption {
font-size: 14px;
}
.entry-content, .entry-summary {
padding: 0 5% 5%;
}
.site {
max-width: 1600px;
}
/*
.sidebar {
width: 22%;
}
.site-content {
width: 78%;
}*/
.gallery-item {
padding: 0%;
}
#colophon {
display: none;
}
table, th, td {
border: 0px none;
}
h1, h2 {
background-color: silver;
}
.entry-footer {
display: None
}
@media screen and (min-width: 59.6875em) {
.hentry {
padding-top: 5%;
border-color: #999999;
border-width: 3px;
border-style: solid;
}
.site-main {
padding: 4.3333% 0;
}
.widget {
margin: 0 0 10%;
}
}
@media screen and (min-width: 38.75em) {
.hentry {
border-color: #999999;
border-width: 3px;
border-style: solid;
}
.site-main {
padding: 1% 0;
}
}
#banner {
margin: 0 8.3333%;
}
#banner_img {
display: block;
margin: 0 auto;
}
#banner_text_link {
color: #40759d;
text-decoration: underline;
}
#banner_text {
color: #4c4c4c;
display: block;
font-size: 14px;
line-height: 1.4;
margin: 0 auto;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment