digitalglarus: blog, small changes on blog style
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
45c386f247
commit
6ca9d50306
3 changed files with 20 additions and 8 deletions
|
|
@ -227,14 +227,26 @@ footer p {
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media screen and (min-width:361px) {
|
||||
padding: auto;
|
||||
}
|
||||
|
||||
.blog-abstract > * {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.blog-abstract {
|
||||
padding:
|
||||
}
|
||||
|
||||
@media screen and (min-width:361px) {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.center-block {
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.blog-abstract {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue