Skip to content

Commit

Permalink
width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyarTaher committed Feb 15, 2024
1 parent e74d72c commit 1969402
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/trailer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

export const Trailer = () => {
return (
<div className="flex flex-col justify-center items-center relative mb-24 text-black">
Expand All @@ -9,8 +7,8 @@ export const Trailer = () => {
<div style={{ zIndex: -1 }} className="absolute flex justify-center items-center w-full h-full">
<div className="animate-spin rounded-full h-32 w-32 border-t-2 border-b-2 border-gray-900"></div>
</div>
<div style={{ height: "325px", width: "560px" }}>
<blockquote className="twitter-tweet" data-media-max-width="560" >
<div style={{ height: "325px", width: "100%", display: "flex", justifyContent: "center" }}>
<blockquote className="twitter-tweet" data-media-max-width="560" >
<a href="https://twitter.com/MetacubeGames/status/1714343398247682273?ref_src=twsrc%5Etfw"></a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js" />
Expand Down

0 comments on commit 1969402

Please sign in to comment.