landingpage Video

pull/4/head
Jan Umbach 2024-06-02 20:30:03 +02:00
parent e5b334e886
commit 2381a9e9d3
1 changed files with 4 additions and 3 deletions

View File

@ -163,8 +163,8 @@
} }
} }
</script> </script>
<style> <style > :root
:root { {
--shx_rating_bg: #e3e4e8; --shx_rating_bg: #e3e4e8;
--shx_rating_fg: #17181c; --shx_rating_fg: #17181c;
--shx_rating_primary: #255ff4; --shx_rating_primary: #255ff4;
@ -172,7 +172,8 @@
--shx_rating_yellow-t: rgba(244, 168, 37, 0); --shx_rating_yellow-t: rgba(244, 168, 37, 0);
--shx_rating_bezier: cubic-bezier(0.42,0,0.58,1); --shx_rating_bezier: cubic-bezier(0.42,0,0.58,1);
--shx_rating_trans-dur: 0.3s; --shx_rating_trans-dur: 0.3s;
font-size: calc(24px +(30 - 24) *(100vw - 320px) /(1280 - 320));
/* font-size: calc(24px +(30 - 24) *(100vw - 320px) /(1280 - 320));*/
} }
.SHX_rating { .SHX_rating {