mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
Correction Transitions
This commit is contained in:
parent
9845453ba1
commit
cf17a51238
2
public/css/main.min.css
vendored
2
public/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -142,7 +142,7 @@ section#activites {
|
|||||||
|
|
||||||
.sub-section {
|
.sub-section {
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 2s;
|
transition: transform 2s;
|
||||||
|
|
||||||
div.no-spacing {
|
div.no-spacing {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -195,7 +195,7 @@ section#activites {
|
|||||||
div.headline {
|
div.headline {
|
||||||
margin-top: 75px;
|
margin-top: 75px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
transition: all 0.25s;
|
transition: display 0.25s;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: white;
|
color: white;
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
@ -222,7 +222,7 @@ section#activites {
|
|||||||
|
|
||||||
.bg-img {
|
.bg-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all 2s;
|
transition: transform 2s;
|
||||||
|
|
||||||
&.gala-img {
|
&.gala-img {
|
||||||
background-image: url('../img/gala.jpg');
|
background-image: url('../img/gala.jpg');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user