mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-02-22 00:09:53 +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 }});
|
--events-icon: url({{ (resources.Get "images/events.svg").Permalink }});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -242,6 +246,7 @@ p { margin: 0px; }
|
|||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: 0px 0px 10px #aaa;
|
box-shadow: 0px 0px 10px #aaa;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-list li .text {
|
.news-list li .text {
|
||||||
|
Loading…
Reference in New Issue
Block a user