css verändert
This commit is contained in:
parent
df14da291a
commit
82a8f31abb
|
@ -13,13 +13,14 @@ div.eventList a.event {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.eventList a.event:hover {
|
div.eventList a.event:hover {
|
||||||
text-decoration: underline;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.eventList a.event div.event {
|
div.eventList a.event div.event {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 420px;
|
width: 420px;
|
||||||
height: 200px;
|
min-height: 200px;
|
||||||
|
height: auto;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
transition: transform .5s;
|
transition: transform .5s;
|
||||||
padding: 10px 10px 10px 10px;
|
padding: 10px 10px 10px 10px;
|
||||||
|
@ -33,13 +34,9 @@ div.eventList a.event:hover div.event {
|
||||||
transition: transform .5s;
|
transition: transform .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.eventList a.event:hover div.event p.date {
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.eventList a.event div.event p.date {
|
div.eventList a.event div.event p.date {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0 10px 0 0;
|
padding: 0 10px 0 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
word-wrap: normal;
|
word-wrap: break-word;
|
||||||
}
|
}
|
|
@ -6,3 +6,10 @@ main img {
|
||||||
main div.rundgang {
|
main div.rundgang {
|
||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 885px) {
|
||||||
|
main img {
|
||||||
|
height: 400px;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue