Correct the reference styles
This commit is contained in:
parent
6e8fdc3dc9
commit
774b7f0364
1 changed files with 10 additions and 2 deletions
|
@ -181,12 +181,19 @@ footer a.footerlink {
|
||||||
}
|
}
|
||||||
|
|
||||||
content .blog-reference {
|
content .blog-reference {
|
||||||
width: 100% - 20px;
|
width: calc(100% - 42px);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:480px) {
|
||||||
|
content .blog-reference {
|
||||||
|
width: calc(100% - 22px);
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
content .blog-reference p {
|
content .blog-reference p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -195,7 +202,7 @@ content .blog-reference p.blog-reference-title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
content .blog-reference p.blog-reference-title > a{
|
content .blog-reference p.blog-reference-title > a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -206,4 +213,5 @@ content .blog-reference p.blog-reference-subtitle {
|
||||||
|
|
||||||
content .blog-reference p.blog-reference-description {
|
content .blog-reference p.blog-reference-description {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue