snipt/media/css/blog-themes/default/style.scss

32 lines
558 B
SCSS

article.snipt {
div.group {
div.container {
width: 708px;
header {
min-height: 0;
h1 {
margin: 11px 15px;
}
}
}
}
}
body.detail {
section.main {
div.inner {
section.snipts {
article.snipt {
div.container {
width: 940px;
}
}
}
}
}
div#disqus_thread {
width: 925px;
}
}