File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ order: 20
3232 font-family : var (--ita-font-family-mono );
3333 font-size : 1rem ;
3434 line-height : 1.5rem ;
35- padding-bottom : 150vh ;
3635 }
3736 nav {
38- text-align : center
37+ width : 100% ;
38+ text-align : center ;
3939 }
4040 ul {
41+ width : 100% ;
4142 list-style : none ;
4243 padding : 1em ;
4344 margin : 0 auto ;
4445 display : flex ;
4546 gap : 1em ;
46- width : 100% ;
4747 overflow : auto ;
4848 scroll-snap-type : x mandatory ;
4949 scroll-behavior : smooth ;
@@ -52,17 +52,18 @@ order: 20
5252 background-color : var (--ita-color-primary-100 );
5353 }
5454 li {
55- aspect-ratio : 2 ;
56- min-width : 80% ;
57- max-width : 80% ;
55+ min-width : 100% ;
56+ max-width : 100% ;
57+ padding : 5em 2em ;
58+ box-sizing : border-box ;
5859 scroll-snap-align : start ;
60+ scroll-margin-top : 100vh ;
61+ scroll-margin-left : 1em ;
5962 display : flex ;
6063 align-items : center ;
6164 justify-content : center ;
62- scroll-margin-top : 100vh ;
63- scroll-margin-left : 1em ;
64- border : 2px solid var (--ita-color-primary-500 );
65- background-color : var (--ita-color-primary-200 );
65+ background-color : var (--ita-color-primary-500 );
66+ color : var (--ita-color-neutral-100 );
6667 }
6768 a {
6869 color : var (--ita-color-primary-700 );
You can’t perform that action at this time.
0 commit comments