feature/v2-design #2

Merged
42point merged 8 commits from feature/v2-design into dev 2026-05-27 13:56:34 +03:00
Showing only changes of commit ab80a4fd12 - Show all commits

View File

@ -1410,6 +1410,12 @@ select {
url("../assets/images/hero-guidelines.jpg");
}
.page-hero--news {
background-image:
linear-gradient(100deg, rgba(22, 20, 17, 0.86), rgba(22, 20, 17, 0.48) 54%, rgba(22, 20, 17, 0.22)),
url("../assets/images/news-italy.jpg");
}
.page-hero__inner {
display: grid;
grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);