11/*=============== GOOGLE FONTS ===============*/
2- @import url (" https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap" );
2+ @import url (' https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap' );
33
44/*=============== VARIABLES CSS ===============*/
55: root {
1616
1717 /*========== Font and typography ==========*/
1818 /*.5rem = 8px | 1rem = 16px ...*/
19- --body-font : " Bai Jamjuree" , sans-serif;
19+ --body-font : ' Bai Jamjuree' , sans-serif;
2020 --h2-font-size : 1.25rem ;
2121 --normal-font-size : 1rem ;
2222}
7373 position : relative;
7474 background-color : var (--first-color-light );
7575 padding-top : 1.5rem ;
76- margin-bottom : -.75rem ;
76+ margin-bottom : -0 .75rem ;
7777}
7878
7979.card__data {
@@ -108,7 +108,7 @@ img {
108108.card__name {
109109 font-size : var (--h2-font-size );
110110 color : var (--second-color );
111- margin-bottom : .75rem ;
111+ margin-bottom : 0 .75rem ;
112112}
113113
114114.card__description {
@@ -119,16 +119,16 @@ img {
119119.card__button {
120120 display : inline-block;
121121 background-color : var (--first-color );
122- padding : .75rem 1.5rem ;
123- border-radius : .25rem ;
122+ padding : 0 .75rem 1.5rem ;
123+ border-radius : 0 .25rem ;
124124 color : var (--dark-color );
125125 font-weight : 600 ;
126126}
127127
128128/* Swiper class */
129129.swiper-button-prev : after ,
130130.swiper-button-next : after {
131- content : "" ;
131+ content : '' ;
132132}
133133
134134.swiper-button-prev ,
@@ -189,4 +189,4 @@ img {
189189 .swiper-button-next {
190190 right : -1rem ;
191191 }
192- }
192+ }
0 commit comments