2013-10-19 20:05:03 +02:00
|
|
|
.post {
|
2013-10-10 00:12:27 +02:00
|
|
|
margin: 0.5em;
|
2013-10-20 19:51:49 +02:00
|
|
|
}
|
|
|
|
.posts-wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.posts {
|
|
|
|
margin: 0 auto;
|
2013-10-16 08:33:45 +02:00
|
|
|
}
|
2013-10-29 09:04:42 +01:00
|
|
|
|
|
|
|
.form-wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.small-screen .form-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
form.aligned {
|
|
|
|
width: 24em;
|
|
|
|
text-align: left;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
form.aligned label.left {
|
|
|
|
width: 7em;
|
|
|
|
}
|
|
|
|
form h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|