Skip to content
Snippets Groups Projects
Commit d0cf30a3 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

Fix waves and sky in Hero

parent 3c34e1e6
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ export default {} ...@@ -19,7 +19,7 @@ export default {}
<style lang="postcss" scoped> <style lang="postcss" scoped>
#clouds { #clouds {
padding-top: 20vh; padding: 20vh 0;
} }
/* Day */ /* Day */
...@@ -58,14 +58,14 @@ export default {} ...@@ -58,14 +58,14 @@ export default {}
.x5 { .x5 {
animation: animateCloud 50s linear infinite; animation: animateCloud 50s linear infinite;
transform: scale(0.55) rotateY(180deg); transform: scale(0.55) rotateY(180deg);
opacity: 0.3; opacity: 0.4;
} }
.cloud { .cloud {
background: #fff; background: #fff;
border-radius: 100px; border-radius: 100px;
height: 120px; height: 100px;
position: relative; position: relative;
width: 350px; width: 350px;
} }
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
width="3000" width="100%"
height="700" height="700"
preserveAspectRatio="xMidYMid" preserveAspectRatio="none"
viewBox="0 0 3000 700" viewBox="0 0 3000 700"
class="absolute inset-0 -top-28" class="absolute inset-0 -top-28"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment