Skip to content

Commit

Permalink
fix: allineamento testo blocco elenco quadratoni (#353)
Browse files Browse the repository at this point in the history
* fix: aligned text as row inside box

* chore: updated release note

* fix: aligned text left
  • Loading branch information
sabrina-bongiovanni authored Oct 9, 2023
1 parent 2b2e9e4 commit 79bdf64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
- ...
-->

## Versione X.X.X (06/10/2023)

### Fix

- Uniformato e impostato a sinistra l'allineamento del testo nel blocco Elenco nella variazione Quadratoni con immagine

## Versione 8.7.3 (26/09/2023)

### Fix
Expand Down
2 changes: 2 additions & 0 deletions src/theme/ItaliaTheme/Blocks/_squaresImageTemplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
position: relative;
display: flex;
height: 195px;
flex-direction: row;
align-items: flex-end;
justify-content: left;
padding: 1.2rem;
text-decoration: none;

Expand Down

0 comments on commit 79bdf64

Please sign in to comment.