Skip to content

Commit

Permalink
fix: changed layout of readMore component to avoid overlapping (#411)
Browse files Browse the repository at this point in the history
* fix: changed layout of readMore component to avoid overlapping

* fix: removed unnecessary styles

* chore: added RELEASE.md info

---------

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
sabrina-bongiovanni and pnicolli authored Nov 23, 2023
1 parent 6260983 commit a36a8b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

### Fix

- Sistemato il layout della card nella variazione Bandi del Blocco Elenco per la modalità tablet
- Sistemata accessibilità del read-more nel blocco elenco con variazione "Card con testo animato" quando si è in un sottosito con uno stile applicato.
- Sistemato errore quando viene impostato "service-link" come ID lighthouse.

Expand Down
6 changes: 5 additions & 1 deletion src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@
}

// tablet
@media (max-width: 1367px) and (min-width: 586px) {
@media (min-width: 586px) and (max-width: 1367px) {
.bandi-in-evidence-cards-wrapper {
grid-template-columns: auto auto;

div.read-more a.read-more {
flex-direction: row;
}
}
}

Expand Down

0 comments on commit a36a8b8

Please sign in to comment.