File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { Link } from "react-router-dom";
66
77const ContributePage = ( ) => {
88 return (
9- < div className = "page-container" >
9+ < div className = "content- page-container" >
1010 < section className = "contri-intro-section" >
1111 < div className = "contri-intro" >
1212 < div className = "contri-intro-container" >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import TerminalDisplay from "../components/TerminalDisplay";
44
55function DCPage ( ) {
66 return (
7- < div className = "page-container" >
7+ < div className = "content- page-container" >
88 < section className = "topic-section" >
99 < h2 className = "section-header-left" > Introducing DC++</ h2 >
1010 < p className = "description" >
Original file line number Diff line number Diff line change 4444}
4545
4646.page-container {
47- margin : 50px 15% ;
47+ margin : 50px 20% ;
48+ /* width: 100%; */
49+ text-align : left;
50+ display : flex;
51+ justify-content : center;
52+ align-items : center;
53+ flex-direction : column;
54+ }
55+
56+ .content-page-container {
57+ margin : 50px 30% ;
4858 /* width: 100%; */
4959 text-align : left;
5060 display : flex;
99109 .page-container {
100110 margin : 10px 5% ;
101111 }
112+
113+ .content-page-container {
114+ margin : 10px 5% ;
115+ }
116+ }
117+
118+ @media screen and (max-width : 1570px ) {
119+ .content-page-container {
120+ margin : 15px 20% ;
121+ }
102122}
You can’t perform that action at this time.
0 commit comments