Skip to content

Commit 78946c7

Browse files
authored
Merge pull request #19 from equilaterus/dev
Fixed css
2 parents 8e4bedd + 35ed6c3 commit 78946c7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

assets/css/main.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@
9090

9191
.hero-image {
9292
animation: tv-animated 10s linear infinite;
93+
}
9394

94-
/* Diagonal cut */
95-
@media screen(lg) {
96-
-webkit-clip-path: polygon(14% 0,100% 0,100% 100%,0 100%);
95+
/* Diagonal cut */
96+
@media screen(lg) {
97+
.hero-image {
98+
-webkit-clip-path: polygon(14% 0,100% 0,100% 100%,0 100%);
9799
clip-path: polygon(14% 0,100% 0,100% 100%,0);
98100
}
99101
}

0 commit comments

Comments
 (0)