Skip to content

Commit

Permalink
fix: aligned text left
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Oct 6, 2023
1 parent 179c19e commit 72610b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme/ItaliaTheme/Blocks/_squaresImageTemplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
position: relative;
display: flex;
height: 195px;
flex-direction: row;
align-items: flex-end;
justify-content: left;
padding: 1.2rem;
text-decoration: none;
flex-direction: row;

.title {
z-index: 2;
Expand Down

0 comments on commit 72610b3

Please sign in to comment.