mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-02-21 07:49:51 +00:00
fix div overflow
This commit is contained in:
parent
647bf00603
commit
b16845e544
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user