Skip to content

Commit

Permalink
display: grid;
Browse files Browse the repository at this point in the history
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-template-rows: masonry;
  • Loading branch information
ricoThaka authored Oct 15, 2024
1 parent d3af60c commit e5e1272
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions _posts/2024-10-15-workTweets-as-of-Oct-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
border-radius: 0px 0px 0px 0px;
scrollbar-color: #595959 #262626;
scrollbar-width: thin;
padding: 20px;
padding: 0px;
height: 70vh;
overflow-y: auto;
margin-bottom: 0px;
Expand All @@ -27,12 +27,8 @@
-o-background-size: cover;
background-size: cover;

}

}

img { width: 100%;
max-width:100%;
}



Expand All @@ -52,17 +48,14 @@ video {



}







.twitterbox {
display: grid;
gap: 10px;
gap: 0px;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-template-rows: masonry;
}
Expand Down

0 comments on commit e5e1272

Please sign in to comment.