File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 $side-padding : 48px ;
33 margin : auto ;
44 padding : 0 48px ;
5- width : calc (100% - 2 * $side-padding );
5+ width : 100% ;
6+ padding-bottom : 32px ;
67
78 .page-inner {
89 margin : auto ;
Original file line number Diff line number Diff line change 1717
1818#main-content {
1919 flex-grow : 1 ;
20+ display : flex ;
2021}
2122
2223h1 ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "./cartoons.scss";
44import { Metadata } from "next" ;
55import { Banner , BannerTitles } from "@/app/components/banner/banner" ;
66import { Row } from "@/app/components/layout/layout-components" ;
7- import { Button } from "@/app/components/button/button" ;
7+ import { Button } from "@/app/components/button/button.server " ;
88
99export const metadata : Metadata = { title : "Cartoons" } ;
1010
Original file line number Diff line number Diff line change 2525 @include title-font ;
2626
2727 .document-icon {
28- $size : 80 px ;
28+ $size : 64 px ;
2929 width : $size ;
3030 height : $size ;
3131 padding-top : 48px ;
You can’t perform that action at this time.
0 commit comments