mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
24 lines
400 B
C
24 lines
400 B
C
.header {
|
|
background: #f5ee9b;
|
|
color: #404a68;
|
|
}
|
|
|
|
@media screen and (min-width: 480px) {
|
|
|
|
.header_image {
|
|
min-height: 96pt;
|
|
background-image: url("tokipona_banner.gif");
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
image-rendering: pixelated;
|
|
image-rendering: crisp-edges;
|
|
}
|
|
|
|
.header_text {
|
|
background: rgba(245,238,155,0.75);
|
|
}
|
|
|
|
}
|
|
|
|
|