File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 box-sizing : border-box ;
1111 scroll-behavior : smooth ;
1212}
13- html , body {
14- overflow-x : hidden ;
15- }
1613
1714body {
1815 font-family : " Libre Baskerville" , serif ;
@@ -78,14 +75,11 @@ section:nth-of-type(even):not(#newsletter) {
7875.speakers-track > * {
7976 flex-shrink : 0 ;
8077}
81- .my-card {
82- flex-shrink : 0 ;
83- background-color : variables .$background-secondary ;
84- width : 350px ;
85- }
8678
8779.my-card {
8880 background-color : variables .$background-secondary ;
81+ flex-shrink : 0 ;
82+ width : 350px ;
8983}
9084
9185.my-card :hover {
@@ -286,7 +280,8 @@ section:nth-of-type(even):not(#newsletter) {
286280 background-color : transparent ;
287281 color : inherit ;
288282 font-size : 1rem ;
289- padding : 0 ;}
283+ padding : 0 ;
284+ }
290285@media screen and (max-width : 600px ) {
291286 .my-card {
292287 background-color : variables .$background-secondary ;
You can’t perform that action at this time.
0 commit comments