aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/home.scss
diff options
context:
space:
mode:
authornatacha <natacha@lesoiseaux.io>2022-06-01 11:39:10 +0200
committernatacha <natacha@lesoiseaux.io>2022-06-02 15:29:06 +0200
commitc128cfd289fbc25cc6b889086379059b8e47a360 (patch)
tree01d612ceb1919ccacbb63564bcd8d2941759893b /assets/scss/home.scss
parent29693a35fa9d6c3b987b646796ee197a95e2c3dc (diff)
downloadlesoiseaux.io-c128cfd289fbc25cc6b889086379059b8e47a360.tar.gz
Take over vdo -> vda for Jeux Vide.A
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r--assets/scss/home.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss
index 72ec9a9..eec293b 100644
--- a/assets/scss/home.scss
+++ b/assets/scss/home.scss
@@ -502,7 +502,7 @@ body > footer {
padding: 1rem 2rem;
}
- .media #vdo {
+ .media #vda {
left: 0;
background: rgba(112, 166, 191, 0.5);
transform: rotate(-5deg);
@@ -513,7 +513,7 @@ body > footer {
display: none;
}
}
- .media #vdo video {
+ .media #vda video {
position: absolute;
top: 50%;
left: 50%;
@@ -525,19 +525,19 @@ body > footer {
z-index: -101;
opacity: 0.1;
}
- .media #vdo:hover video {
+ .media #vda:hover video {
opacity: 1;
}
- .media #vdo:hover {
+ .media #vda:hover {
background: rgba(112, 166, 191, 0.9);
margin: 0;
transform: rotate(0);
width: 40vw;
}
- .media #vdo h3 {
+ .media #vda h3 {
transform: rotate(5deg) translateX(-2vw);
}
- .media #vdo:hover h3 {
+ .media #vda:hover h3 {
transform: rotate(0) translateX(0) translateY(-5rem);
color: rgba(109, 144, 162, 0.7);
font-size: 18vw;