29 lines
416 B
Stylus
29 lines
416 B
Stylus
|
|
/* Holidays.html */
|
|
#holidays {
|
|
margin: 40px auto 0 auto;
|
|
}
|
|
#holidays #text {
|
|
text-align: center;
|
|
}
|
|
#holidays p {
|
|
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
|
font-size: .875em;
|
|
color: black;
|
|
}
|
|
|
|
@media(min-width: 860px) {
|
|
#holidays {
|
|
width: 860px;
|
|
}
|
|
.holidayImage {
|
|
height: 444px;
|
|
width: 860px;
|
|
}
|
|
}
|
|
@media(max-width: 859px) {
|
|
.holidayImage {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
} |