Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from RolandoAndrade/feature/tarjeras
Browse files Browse the repository at this point in the history
Arreglando problemas con el fondo en móviles. Tercer intento
  • Loading branch information
RolandoAndrade authored Jan 7, 2019
2 parents b493991 + 7a2c36b commit 85b8079
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/css/event-info.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
body
{
width: 100%;
background: url("../img/ucabblur.jpg");
background-image: url("../img/ucabblur.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion templates/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html
body{
width: 100%;
height: 100%;
background: url("../img/ucabblur.jpg");
background-image: url("../img/ucabblur.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
8 changes: 4 additions & 4 deletions templates/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
html
{
width: 100%;
height: 100%;
height: 125%;
}
body{
width: 100%;
height: 100%;
background: url("../img/ucabblur.jpg");
height: 125%;
background-image: url("../img/ucabblur.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
text-align: center;
min-height: 100%;
min-height: 125%;
}

.login-card
Expand Down

0 comments on commit 85b8079

Please sign in to comment.