Some css for nice views :)
This commit is contained in:
parent
ee3e264c9e
commit
522b775935
1 changed files with 11 additions and 0 deletions
|
|
@ -282,3 +282,14 @@ ul.custom li {
|
|||
.blogpost .content {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
|
||||
.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
.half-width {
|
||||
width: 50%;
|
||||
}
|
||||
.center {
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
Reference in a new issue