Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN authored Dec 18, 2024
1 parent 6002bde commit 020435b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4196,20 +4196,20 @@ button:active {
}

.tile-container {
background-color: inherit;
display: inline-grid;
position: relative;
align-items: center;
justify-content: center;
aspect-ratio: 1/1;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
flex: 1;
border-top: 2pt solid;
overflow: hidden;
transition: transform 0.3s ease;
margin: auto;
}
background-color: inherit;
display: inline;
position: relative;
align-items: center;
justify-content: center;
aspect-ratio: 1/1;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
flex: 1;
overflow: hidden;
transition: transform 0.3s ease;
margin: auto;

}

.tile-title {
margin-top: 16px !important;
Expand Down

0 comments on commit 020435b

Please sign in to comment.