mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Don't use a ridiculously large border on non-featured images
This commit is contained in:
parent
e21c27b9e6
commit
a75d49e8bc
@ -190,11 +190,18 @@ img, video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
figure.border img, figure.border video {
|
||||
.post-media > figure.border img,
|
||||
.post-media > figure.border video {
|
||||
padding: 5px;
|
||||
border: 7px solid #1b5b9b;
|
||||
}
|
||||
|
||||
figure.border img,
|
||||
figure.border video {
|
||||
padding: 5px;
|
||||
border: 2px solid #1b5b9b;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: auto;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user