File tree Expand file tree Collapse file tree 4 files changed +13
-28
lines changed
Expand file tree Collapse file tree 4 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 22@import './base/typography.css' ;
33@import './base/colors.css' ;
44
5- /* /1* Components *1/ */
5+ /* Components */
66@import './components/button.css' ;
77@import './components/get-involved.css' ;
88@import './components/sponsors.css' ;
99@import './components/profile-image.css' ;
1010@import './components/static-content.css' ;
1111@import './components/back.css' ;
12+ @import './components/divider.css' ;
1213
13- /* /1* Layout *1/ */
14+ /* Layout */
1415@import './layout/reset.css' ;
1516@import './layout/navigation.css' ;
1617@import './layout/dropdown.css' ;
1718@import './layout/container.css' ;
1819/* @import './layout/header.css'; */
1920/* @import './layout/footer.css'; */
2021
21- /* /1* Pages *1/ */
22+ /* Pages */
2223@import './pages/post.css' ;
2324@import './pages/home.css' ;
2425@import './pages/conferences.css' ;
2526@import './pages/open-source.css' ;
2627
2728@import './modern.css' ;
2829
29- /* Vendor */
30+ /* Vendors */
3031@import './vendors/ghost.css' ;
3132@import '../../node_modules/tocbot/dist/tocbot.css' ;
Original file line number Diff line number Diff line change 1+ hr {
2+ border : 3px solid var (--yellow );
3+ width : 70px ;
4+ margin : 0 0 30px ;
5+ }
Original file line number Diff line number Diff line change 1010 }
1111
1212 hr {
13- border : 3px solid var (--yellow );
14- margin-bottom : 32px ;
15- width : 70px ;
13+ margin : 0 auto 30px ;
1614 }
1715
1816 span [data-members-error ],
3937 font-weight : 500 ;
4038 line-height : 3rem ;
4139 text-align : center;
40+ margin-bottom : 16px ;
4241 }
4342
4443 .get-involved__row {
114113 @media (min-width : 1440px ) {
115114 padding : 96px 0 ;
116115
117- hr {
118- margin-bottom : 48px ;
119- }
120-
121116 .get-involved__row {
122117 grid-template-columns : repeat (2 , minmax (0 , 1fr ));
123118 }
Original file line number Diff line number Diff line change 11.home-template {
2- hr {
3- border : 3px solid var (--yellow );
4- width : 70px ;
5- }
6-
72 .home-template__hero {
83 display : flex;
94 flex-direction : column;
6863 .home-template__community__inner {
6964 max-width : 1135px ;
7065 margin : auto;
71-
72- hr {
73- margin : 0 0 30px ;
74- }
7566 }
7667
7768 .home-template__pillars__details ,
268259 }
269260
270261 hr {
271- margin-bottom : 30px ;
262+ margin : 0 auto 30px ;
272263 }
273264 }
274265
297288 padding : 96px 56px ;
298289 }
299290
300- .home-template__pillars__inner ,
301- .home-template__community__inner {
302- hr {
303- margin : 0 0 60px 0 ;
304- }
305- }
306-
307291 .home-template__pillars__details ,
308292 .home-template__community__details {
309293 padding : 80px 48px ;
You can’t perform that action at this time.
0 commit comments