Skip to content

Commit

Permalink
Update rover hero
Browse files Browse the repository at this point in the history
  • Loading branch information
escherwd committed Apr 8, 2024
1 parent 1ae1eeb commit a523c92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file modified content/teams/DroneRacing/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion layouts/teams/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>

<div class="absolute -z-10 h-full -right-1 top-0 w-[65%] bg-red-50">
<div class="relative pt-6 h-full w-full scale-[1.2] overflow-hidden">
<div class="relative pt-6 h-full w-full scale-[1.3] overflow-hidden">
<img src="{{ .Permalink }}/hero.jpg" class="object-cover scale-[0.995] h-full w-full" alt="">
<!-- Radial Gradient -->
<div class="absolute w-full h-full top-0" style="background: rgb(23,23,23);
Expand Down
5 changes: 5 additions & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,11 @@ video {
--tw-scale-y: 1.2;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.3\] {
--tw-scale-x: 1.3;
--tw-scale-y: 1.3;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand Down

0 comments on commit a523c92

Please sign in to comment.