This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new d4707dd Update main.scss
d4707dd is described below
commit d4707dd8a9891b9f0ba8489f325d20b50b4c30ca
Author: Alexander Alten <[email protected]>
AuthorDate: Tue Dec 19 08:20:35 2023 +0100
Update main.scss
---
_sass/main.scss | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/_sass/main.scss b/_sass/main.scss
index febb058..65a2573 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -25,8 +25,9 @@ body {
font-family: $bodyFont;
}
.responsive {
- width: 100%;
- height: 300px;
+ width: 50%;
+ max-height: 50%;
object-fit: cover;
object-position: top;
+ margin-top: 10%;
}