This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit fbd62cb5823827be6ec9326a857de175e57f2a35 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Sun Feb 14 16:09:32 2021 -0300 Correction in the background-size of some elements --- assets/css/home.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/home.css b/assets/css/home.css index 575c1bb..78fdba5 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -7,6 +7,7 @@ width: 100vw; background-image: url('{{ "assets/img/keyword.png" | absolute_url }}'); background-repeat: no-repeat; + background-size: cover; } @@ -16,14 +17,16 @@ background-position: 50%; background-image: url('{{ "assets/img/keyword.png" | absolute_url }}'); background-repeat: no-repeat; + background-size: cover; } .subtitle-post { - height: 5em; + height: 7em; background-position: 50%; background-image: url('{{ "assets/img/keyword.png" | absolute_url }}'); background-repeat: no-repeat; + background-size: cover; } .service-item {
