bessst
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

layout.less
text/plain

Download raw (247 bytes)

@import "mixins";

div.container {
    .clearfix();
    margin: 50px auto;
    width: 900px;
}

div#text {
    .box-sizing(border-box);
    width: 600px;
    padding: 20px;
    float: left;
}

div#newsletter {
    width: 300px;
    float: left;
}