Skip to content

Commit

Permalink
# for Later
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Dec 10, 2024
1 parent dc31db6 commit 882253a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
11 changes: 11 additions & 0 deletions _posts/2024-12-10-Atlanta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: "Atlanta*"
published: true
image: atlanta.jpg
---


# for Later
[Senator Warnock](https://www.warnock.senate.gov/)
[Senator Warnock - Congress](https://www.congress.gov/member/raphael-warnock/W000790)
36 changes: 35 additions & 1 deletion _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,40 @@ img[alt="whiteslavery40"] {
max-width: 40%;
transform: rotate(45deg);}


.tupperware > * {
border: 1px solid #c9ff23;
border-radius: 5px;
padding: 0px;
flex-basis: 30%;
flex-shrink:2;
flex-grow:1;
overflow: hidden;
transition: all 300ms ease-in-out;

&:hover {
flex-grow: 9.3;

}
}


.tupperware {
display: flex;
justify-content: space-evenly;
flex-flow: row wrap;
padding: 15px;
gap: 5px;
height: auto;
}

.tupperware img {
width: 100%;
}



/*
.tupperware > * {
border: 1px solid #c9ff23;
border-radius: 5px;
Expand All @@ -389,7 +423,7 @@ img[alt="whiteslavery40"] {
width: 100%;
}

*/

h1 {
font: bolder 14px/18px 'Martian Mono',Arial, "Lucida Sans Unicode", verdana, lucida, sans-serif;
Expand Down
Binary file added assets/img/atlanta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 882253a

Please sign in to comment.