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/1080.scss | |
parent | 394f3748c7e53239733703d9dc36af5897a38aef (diff) |
BUGFIX Correct bottom image for 720p
Diffstat (limited to 'src/styles/1080.scss')
-rw-r--r-- | src/styles/1080.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/1080.scss b/src/styles/1080.scss index 6f81af5..d4f9aac 100644 --- a/src/styles/1080.scss +++ b/src/styles/1080.scss @@ -1,3 +1,10 @@ body { font-size: 1.2rem; + + .bottom { + height: 214px; + background-image: url('../images/agl_logo_1080.png'); + background-position: center center; + background-repeat: no-repeat; + } }
\ No newline at end of file |