Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaaaathy committed Feb 7, 2025
1 parent 7740c39 commit 3d23d17
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ figcaption p {
position: absolute;
top: 0px;
height: 100%;
width: 100%;
max-width: 150px;
display: flex;
align-items: center;
justify-content: center;
color: black;


Expand All @@ -206,6 +205,8 @@ figcaption {
animation: fadeIn 0.1s ease 2s 1 forwards;
opacity: 0;
padding-left: 0px;
display: flex;
justify-content: center;

}

Expand Down Expand Up @@ -334,6 +335,8 @@ ul {
position: relative;
top: 0px;
display: flex;
justify-content: left;

margin-bottom: 20px;
animation: none;
opacity: 1;
Expand All @@ -342,9 +345,9 @@ ul {

figcaption p {
text-align: left;
justify-content: left;
position: inherit;
color: #333;
max-width: 100%;

}

Expand Down

0 comments on commit 3d23d17

Please sign in to comment.