This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin:auto;
|
||||
max-width: 1200px;
|
||||
@@ -63,6 +68,14 @@ video{
|
||||
}
|
||||
}
|
||||
|
||||
.hover-effect {
|
||||
transform: scale(1);
|
||||
transition: all 0.73s !important;
|
||||
&:hover {
|
||||
transform: scale(0.98);
|
||||
}
|
||||
}
|
||||
|
||||
.svg-container{
|
||||
svg{
|
||||
image{
|
||||
|
||||
Reference in New Issue
Block a user