diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-11-06 10:00:13 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 323e742d3027c0461e3d820520d2e69d3401428c (patch) | |
tree | 14997f5802d3d3fb16a44f8dde95c629fab79a44 /src/styles/main.scss | |
parent | 394f3748c7e53239733703d9dc36af5897a38aef (diff) |
BUGFIX Correct bottom image for 720p
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index b3f56e1..8f90f1c 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -108,10 +108,6 @@ body { position: absolute; bottom: 0; width: 100%; - height: 214px; - background-image: url('../images/agl_logo.png'); - background-position: center center; - background-repeat: no-repeat; } .log { |