This is the varia library website work in progress.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#pastevents{
|
|
|
|
position: fixed;
|
|
|
|
top: -1em;
|
|
|
|
right: 3em;
|
|
|
|
height: 14em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upcomingevents{
|
|
|
|
position: fixed;
|
|
|
|
top: -2.5em;
|
|
|
|
right: 6em;
|
|
|
|
height: 14em;
|
|
|
|
}
|
|
|
|
#pastevents:hover{
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
|
|
|
|
#upcomingevents,#pastevents {
|
|
|
|
position:absolute;
|
|
|
|
width: 15%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|