further tweaks to css
This commit is contained in:
parent
854d8f7fac
commit
51a3dae09b
|
@ -8,8 +8,8 @@
|
||||||
body {
|
body {
|
||||||
background-color: var(--site-color);
|
background-color: var(--site-color);
|
||||||
background-image: url("../images/bg-desktop.svg");
|
background-image: url("../images/bg-desktop.svg");
|
||||||
/* background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain; */
|
/*background-size: contain; */
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -103,7 +103,7 @@ h1 {
|
||||||
.attribution a { color: hsl(228, 45%, 44%); }
|
.attribution a { color: hsl(228, 45%, 44%); }
|
||||||
|
|
||||||
/* Formating for Mobile devices. Sample to match is 375z800 */
|
/* Formating for Mobile devices. Sample to match is 375z800 */
|
||||||
@media screen and (max-width: 375px) {
|
@media screen and (max-width: 500px) {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url("../images/bg-mobile.svg");
|
background-image: url("../images/bg-mobile.svg");
|
||||||
|
|
Reference in New Issue