Skip to content

Commit

Permalink
section img {
Browse files Browse the repository at this point in the history
  max-height: auto;
  max-width: 100%;



}
  • Loading branch information
ricoThaka authored Dec 3, 2024
1 parent 37d2c73 commit 2ad521f
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -441,14 +441,8 @@ strong {

}

section img {
max-height: auto;
max-width: 100%;



}


.floatright img:nth-child(odd) {
float: right;
Expand Down Expand Up @@ -559,11 +553,11 @@ dt {

section {

display : flex;
display : block;
flex-wrap: wrap;
border-radius: 0px 0px 0px 0px;
margin-top: 0px;
width: 85vh;
width: 90vh;
padding: 0px;
margin-bottom: 40px;
margin-right: auto;
Expand Down Expand Up @@ -592,7 +586,13 @@ section {
overflow-y: auto;
}


section img {
max-height: auto;
width: 100%;



}

small {
font-size:12px;
Expand Down Expand Up @@ -723,7 +723,7 @@ footer {
section {
border:1px solid #e5e5e5;
border-width:1px 0;
padding:20px 0;
padding:10px 0;
margin: 190px auto 20px;
max-width: 600px;
}
Expand Down Expand Up @@ -1047,13 +1047,6 @@ strong {

}

#section img {
max-height: auto;
max-width: 100%;



}


.floatright img:nth-child(odd) {
Expand Down

0 comments on commit 2ad521f

Please sign in to comment.