vagrant/website/www/source/stylesheets/_modules.less

44 lines
781 B
Plaintext
Raw Normal View History

2013-09-03 20:48:55 +00:00
.Modules {
2013-09-19 00:41:51 +00:00
&.blog-archives {
span.meta.date {
font-size: 12px;
}
}
2013-09-16 23:07:58 +00:00
&.blog-landing, &.blog-post {
article {
.meta {
font-size: 16px;
}
2013-09-03 20:48:55 +00:00
2013-09-16 23:07:58 +00:00
h2 {
font-size: 45px;
font-weight: bold;
margin-top: 2px;
text-transform: none;
}
}
}
&.blog-sidebar {
color: #476576;
font-size: 18px;
line-height: 26px;
}
&.sponsors {
margin-top: 50px;
ul {
list-style-type: none;
2013-09-03 20:48:55 +00:00
2013-09-16 23:07:58 +00:00
li {
float: left;
text-align: center;
width: 50%;
height: 250px;
}
}
2013-09-03 20:48:55 +00:00
}
}