File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 & .list {
1919 display : grid;
20- grid-gap : 1 rem ;
21- grid-template-columns : repeat (auto-fit, minmax (150 px , 1fr ));
22- margin-block : 1.5 rem ;
20+ grid-gap : 1.5 rem ;
21+ grid-template-columns : repeat (auto-fit, minmax (180 px , 1fr ));
22+ margin-block : 2 rem ;
2323
2424 & .letter {
2525 display : grid;
3030 border : 2px solid var (--bc );
3131 border-radius : 0.5rem ;
3232 box-shadow : 0 4px 6px -1px rgb (0 0 0 / 0.1 );
33- padding : 0.5 rem ;
33+ padding : 1 rem ;
3434 height : fit-content;
3535 transition : transform 0.2s ease, box-shadow 0.2s ease;
3636 background : var (--background );
4141 }
4242
4343 & p {
44- font-size : clamp (2 rem , 4 vw , 4 rem );
44+ font-size : clamp (2.5 rem , 5 vw , 5 rem );
4545 text-align : center;
4646 width : 100% ;
4747 margin : 0.5rem 0 ;
7676 }
7777
7878 .letter p {
79- font-size : clamp (1.5 rem , 3 vw , 2.5 rem ) !important ;
79+ font-size : clamp (2 rem , 4 vw , 3 rem ) !important ;
8080 }
8181}
You can’t perform that action at this time.
0 commit comments