7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2025-04-14 13:11:16 +00:00

Merge branch '99-fix-overflow' into 'main'

fix div overflow

Closes #99

See merge request ansol/web-ansol.org!152
This commit is contained in:
Tiago Carreira 2025-01-18 20:33:39 +00:00
commit 14c3298664

View File

@ -8,6 +8,10 @@
--events-icon: url({{ (resources.Get "images/events.svg").Permalink }});
}
img {
width: 100%;
height: auto;
}
body {
margin: 0px;
@ -242,6 +246,7 @@ p { margin: 0px; }
position: relative;
box-shadow: 0px 0px 10px #aaa;
background-color: white;
overflow: hidden;
}
.news-list li .text {