diff --git a/wp-content/themes/hello-elementor/assets/css/custom.css b/wp-content/themes/hello-elementor/assets/css/custom.css index 840979e..5be0eeb 100644 --- a/wp-content/themes/hello-elementor/assets/css/custom.css +++ b/wp-content/themes/hello-elementor/assets/css/custom.css @@ -94,10 +94,10 @@ html { font-size: 14px !important; } .hp-hero .hp-hero-btn a.elementor-button { - padding: 10px !important; + padding: 13px !important; } .hp-hero .hp-hero-btn a.elementor-button .elementor-button-text { - font-size: 12px !important; + font-size: 13px !important; } } @media (max-width: 450px) { @@ -111,6 +111,15 @@ html { } } +@media (max-width: 500px) { + .hp-btn a.elementor-button { + padding: 13px !important; + } + .hp-btn a.elementor-button .elementor-button-text { + font-size: 13px !important; + } +} + @media (max-width: 1024px) { #single-page-wrapper { overflow: hidden; diff --git a/wp-content/themes/hello-elementor/assets/css/custom.css.map b/wp-content/themes/hello-elementor/assets/css/custom.css.map index 0dfffe6..5c7281f 100644 --- a/wp-content/themes/hello-elementor/assets/css/custom.css.map +++ b/wp-content/themes/hello-elementor/assets/css/custom.css.map @@ -1 +1 @@ -{"version":3,"sources":["custom.scss","custom.css"],"names":[],"mappings":"AAAA;EACC,4BAAA;ACCD;;ADGC;EACC,kBAAA;EACA,YAAA;EACA,sBAAA;EACA,WAAA;ACAF;;ADIA;EACC,uBAAA;EACA,2BAAA;EACA,wBAAA;ACDD;;ADKC;EACC,gBAAA;ACFF;ADIE;EAHD;IAIE,gBAAA;IACA,SAAA;ECDD;AACF;ADMG;EACC,uBAAA;ACJJ;ADMG;EACC;IACC,oCAAA;ECJH;EDMI;IACC,aAAA;ECJL;EDMI;IACC,aAAA;ECJL;EDMI;IACC,aAAA;ECJL;AACF;AD+BK;EADD;IAEE,wBAAA;EC5BJ;AACF;ADkCE;EACC,oBAAA;AChCH;ADmCI;EACC,kBAAA;EACA,uBAAA;ACjCL;ADqCK;EACC,eAAA;EACA,8BAAA;EACA,4BAAA;EACA,8CAAA;EACA,gCAAA;EACA,uBAAA;EAAA,kBAAA;EACA,mBAAA;EACA,WAAA;ACnCN;ADqCK;EAXD;IAYE,wBAAA;EClCJ;AACF;;AD0CC;EADD;IAEE,wBAAA;ECtCA;AACF;;AD4CG;EADD;IAEE,kBAAA;IACA,mBAAA;ECxCF;AACF;;AD8CC;EADD;IAEE,4BAAA;EC1CA;ED6CC;IACC,0BAAA;EC3CF;ED+CC;IACC,0BAAA;EC7CF;EDiDC;IACC,wBAAA;EC/CF;EDiDE;IACC,0BAAA;EC/CH;AACF;ADmDC;EAxBD;IAyBE,4BAAA;EChDA;AACF;ADiDC;EAEE;IACC,0BAAA;EChDF;AACF;;ADsDC;EADD;IAEE,gBAAA;EClDA;AACF;;ADqDC;EADD;IAEE,gBAAA;ECjDA;AACF","file":"custom.css"} \ No newline at end of file +{"version":3,"sources":["custom.scss","custom.css"],"names":[],"mappings":"AAAA;EACC,4BAAA;ACCD;;ADGC;EACC,kBAAA;EACA,YAAA;EACA,sBAAA;EACA,WAAA;ACAF;;ADIA;EACC,uBAAA;EACA,2BAAA;EACA,wBAAA;ACDD;;ADKC;EACC,gBAAA;ACFF;ADIE;EAHD;IAIE,gBAAA;IACA,SAAA;ECDD;AACF;ADMG;EACC,uBAAA;ACJJ;ADMG;EACC;IACC,oCAAA;ECJH;EDMI;IACC,aAAA;ECJL;EDMI;IACC,aAAA;ECJL;EDMI;IACC,aAAA;ECJL;AACF;AD+BK;EADD;IAEE,wBAAA;EC5BJ;AACF;ADkCE;EACC,oBAAA;AChCH;ADmCI;EACC,kBAAA;EACA,uBAAA;ACjCL;ADqCK;EACC,eAAA;EACA,8BAAA;EACA,4BAAA;EACA,8CAAA;EACA,gCAAA;EACA,uBAAA;EAAA,kBAAA;EACA,mBAAA;EACA,WAAA;ACnCN;ADqCK;EAXD;IAYE,wBAAA;EClCJ;AACF;;AD0CC;EADD;IAEE,wBAAA;ECtCA;AACF;;AD4CG;EADD;IAEE,kBAAA;IACA,mBAAA;ECxCF;AACF;;AD8CC;EADD;IAEE,4BAAA;EC1CA;ED6CC;IACC,0BAAA;EC3CF;ED+CC;IACC,0BAAA;EC7CF;EDiDC;IACC,wBAAA;EC/CF;EDiDE;IACC,0BAAA;EC/CH;AACF;ADmDC;EAxBD;IAyBE,4BAAA;EChDA;AACF;ADiDC;EAEE;IACC,0BAAA;EChDF;AACF;;ADsDC;EACC;IACC,wBAAA;ECnDD;EDqDC;IACC,0BAAA;ECnDF;AACF;;ADwDC;EADD;IAEE,gBAAA;ECpDA;AACF;;ADuDC;EADD;IAEE,gBAAA;ECnDA;AACF","file":"custom.css"} \ No newline at end of file diff --git a/wp-content/themes/hello-elementor/assets/css/custom.scss b/wp-content/themes/hello-elementor/assets/css/custom.scss index 794cc60..fdfdc76 100644 --- a/wp-content/themes/hello-elementor/assets/css/custom.scss +++ b/wp-content/themes/hello-elementor/assets/css/custom.scss @@ -141,10 +141,10 @@ div.elementor.elementor-9 { } .hp-hero-btn { a.elementor-button { - padding: 10px !important; + padding: 13px !important; .elementor-button-text { - font-size: 12px !important; + font-size: 13px !important; } } } @@ -161,6 +161,17 @@ div.elementor.elementor-9 { } } +.hp-btn { + @media (max-width: 500px) { + a.elementor-button { + padding: 13px !important; + + .elementor-button-text { + font-size: 13px !important; + } + } + } +} #single-page-wrapper { @media (max-width: 1024px) { overflow: hidden;