Skip to content
Snippets Groups Projects
Commit f42e1607 authored by Maurin Widmer's avatar Maurin Widmer
Browse files

Merge remote-tracking branch 'target/main'

parents a07d39fa 501172d8
No related branches found
No related tags found
No related merge requests found
Pipeline #529972 passed
......@@ -529,8 +529,8 @@ a[href^="#ref"] { /* Styling all hyperlinks */
#moving-bacterium {
width: 100%;
height: 100%;
transform: translateX(20px); /* Shift the animation 20px to the right */
transform: translateY(-40px);
transform: translateX(20px);
transform: translateY(-50px);
}
}
......@@ -546,9 +546,7 @@ a[href^="#ref"] { /* Styling all hyperlinks */
#moving-bacterium {
width: 100%;
height: 100%;
margin-top: 200px;
transform: translateY(40px);
transform: translateY(-40px);
transform: translateX(0);
}
}
......
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