Skip to content

Commit

Permalink
Improve various rulesets for images display
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Apr 18, 2022
1 parent ef3238a commit 4b90f67
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,22 @@ a:active {
overflow: hidden;
z-index: 99;
}
.logo-readium .logo,
.blog-header .blog-logo,
.post .bottom-teaser .isLeft .author-image {
position: absolute;
background-size: cover;
border-radius: 50%;
border: 3px solid rgb(var(--tint-back));
background-color: rgb(var(--tint-back));
box-shadow: 0 1px 1px rgba(var(--tint-fore), 0.4);
}
.logo-readium .logo {
display: block;
position: absolute;
top: 8px;
left: 8px;
width: 48px;
height: 48px;
background-size: cover;
background-repeat: no-repeat;
}
.teaserimage {
Expand Down Expand Up @@ -126,17 +134,11 @@ a:active {
.blog-header .blog-logo {
width: 120px;
height: 120px;
position: absolute;
top: -60px;
right: 50%;
margin-right: -60px;
background-size: cover;
border-radius: 50%;
z-index: 99;
text-indent: -9999px;
border: 3px solid rgb(var(--tint-back));
background-color: rgb(var(--tint-back));
box-shadow: 0 1px 1px rgba(var(--tint-fore), 0.4);
}
.blog-header .blog-title {
margin: 0;
Expand Down Expand Up @@ -542,8 +544,6 @@ a:active {
width: 80px;
height: 80px;
float: left;
background-size: cover;
border-radius: 100%;
text-indent: -9999px;
}
.post .bottom-teaser .isLeft h4 {
Expand Down

0 comments on commit 4b90f67

Please sign in to comment.