Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MazenAmria committed Nov 19, 2024
1 parent 62729d7 commit cc022e6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
}

img {
width: 100%;
width: 180px;
height: 180px;
max-width: 180px;
transform: translate(-45%, -26%);
max-height: 180px;

@include breakpoint($large) {
width: 900px;
Expand Down Expand Up @@ -85,7 +89,7 @@
========================================================================== */

.author__avatar {
display: table-cell;
display: inline-block;
vertical-align: top;
width: 36px;
height: 36px;
Expand All @@ -104,10 +108,10 @@
}

.author__content {
display: table-cell;
display: inline-block;
vertical-align: top;
padding-left: 15px;
padding-right: 25px;
padding-left: 5px;
padding-right: 5px;
line-height: 1;

@include breakpoint($large) {
Expand Down Expand Up @@ -158,7 +162,7 @@

.author__urls-wrapper {
position: relative;
display: table-cell;
display: inline-block;
vertical-align: middle;
font-family: $sans-serif;
z-index: 10;
Expand Down

0 comments on commit cc022e6

Please sign in to comment.