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

Arreglando problemas con el fondo en móviles. Tercer intento #7

Merged
merged 1 commit into from
Jan 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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