Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed May 2, 2024
1 parent ef4756a commit f374759
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/toolbox/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const ToolContent = ({
</Container> */}
{/* Content under header */}
<Container maxWidth="w-full relative z-10">
<div className="grid grid-cols-3 lg:grid-cols-12 gap-7 max-w-[1320px] mx-auto md:px-0 h-full">
<div className="grid grid-cols-3 lg:grid-cols-12 gap-3 xl:gap-7 max-w-[1320px] mx-auto md:px-0 h-full">
<div className="col-span-3 border border-gray-300/50 rounded-2xl overflow-hidden shadow-sm lg:col-span-9 flex flex-col gap-3 bg-white">
<div className="grid gap-3 md:px-0 -mb-4">
<HeroCardSection
Expand Down
16 changes: 15 additions & 1 deletion styles/posts-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,20 @@ toolbox width
margin-left:0!important;
margin-right:0!important;
}
ul{
padding:0rem 0 0.75rem 1.5rem;
}
iframe{
width:100%!important;
margin-top: 1rem;
margin-bottom: 2rem;
min-height: 440px;
min-height: 400px;
}
@media only screen and (max-width: 660px) {
iframe{
max-height: 280px;
min-height: 280px;
}
}
*:not(.tippy-content *, .tippy-box, [data-tippy-root]), ul, ol{
// max-width: 100%;
Expand Down Expand Up @@ -111,6 +120,11 @@ toolbox width
}
figcaption{
max-width: 50rem!important;
margin-top: 8px !important;
}
figure, pre {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
blockquote.wp-block-quote.main-menu{
max-width: 50rem;
Expand Down

0 comments on commit f374759

Please sign in to comment.