Browse Source

asdf

pull/1/head
nau 7 years ago
parent
commit
b644be0b2e
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      es/own.css
  2. +3
    -3
      own.css

+ 3
- 3
es/own.css

@ -88,7 +88,7 @@ body {
/* index */
@media (min-width:900px) {
@media (min-width:1080px) {
.own-indexBackgroundImage{
width: 100%;
/*height: 100%;*/
@ -110,10 +110,10 @@ body {
}
}
@media (max-width:900px) {
@media (max-width:1080px) {
.own-indexBackgroundImage{
/*width: 100%;*/
height: 100%;
height: 110%;
z-index: -2;
position: fixed;
left: 0px;

+ 3
- 3
own.css

@ -88,7 +88,7 @@ body {
/* index */
@media (min-width:900px) {
@media (min-width:1080px) {
.own-indexBackgroundImage{
width: 100%;
/*height: 100%;*/
@ -110,10 +110,10 @@ body {
}
}
@media (max-width:900px) {
@media (max-width:1080px) {
.own-indexBackgroundImage{
/*width: 100%;*/
height: 100%;
height: 110%;
z-index: -2;
position: fixed;
left: 0px;

Loading…
Cancel
Save