parent
ff0fc10785
commit
b24fec72e6
2 changed files with 5 additions and 16 deletions
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -314,11 +314,6 @@ body {
|
|||
a, a:hover {
|
||||
border-bottom: 0 solid transparent;
|
||||
}
|
||||
img.bio-photo {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
.rounded(100px);
|
||||
}
|
||||
}
|
||||
.author-social {
|
||||
display: block;
|
||||
|
@ -337,18 +332,20 @@ body {
|
|||
}
|
||||
.article-author-side {
|
||||
display: none;
|
||||
.bio-photo {
|
||||
max-width: 110px;
|
||||
.rounded(150px);
|
||||
}
|
||||
@media @600px {
|
||||
display: block;
|
||||
.grid(12,2);
|
||||
.prefix(12,0.5);
|
||||
.suffix(12,0.5);
|
||||
h3,
|
||||
.bio-photo,
|
||||
p,
|
||||
.author-social {
|
||||
display: block;
|
||||
max-width: 125px;
|
||||
margin: auto;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
|
@ -368,10 +365,6 @@ body {
|
|||
.author-social {
|
||||
max-width: 150px;
|
||||
}
|
||||
img.bio-photo {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
@media @1382px {
|
||||
.grid(12,1.5);
|
||||
|
@ -398,10 +391,6 @@ body {
|
|||
.author-social {
|
||||
max-width: 150px;
|
||||
}
|
||||
img.bio-photo {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.article-wrap {
|
||||
|
|
Loading…
Reference in a new issue