Skip to content

Commit

Permalink
fix: extra margin on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongao97 committed Jul 5, 2024
1 parent 100274a commit dd98198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/VideoLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FaYoutube, FaPlay } from 'react-icons/fa';

const VideoLink = (props) => {
return (
<div className="ml-6 inline-block">
<div className="inline-block">
<a
className="group relative flex items-center gap-2 text-base text-noc-400 no-underline"
href={props['href']}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.heading-link {
@apply relative font-inherit no-underline;
@apply relative mr-6 font-inherit no-underline;
}

.heading-link::before {
Expand Down

0 comments on commit dd98198

Please sign in to comment.