File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -514,28 +514,29 @@ h1{
514514.rd-contact__fab {
515515 display : inline-flex;
516516 align-items : center;
517- gap : 10 px ;
518- padding : 12 px 14 px ;
517+ gap : 14 px ;
518+ padding : 18 px 20 px ;
519519 border-radius : 999px ;
520520 border : 1px solid rgba (255 , 255 , 255 , .15 );
521521 background : rgba (12 , 14 , 18 , .85 );
522522 color : # fff ;
523523 cursor : pointer;
524524 backdrop-filter : blur (10px );
525+ font-size : 1.05rem
525526}
526527
527528.rd-contact__fab-dot {
528- width : 10 px ;
529- height : 10 px ;
529+ width : 14 px ;
530+ height : 14 px ;
530531 border-radius : 50% ;
531532 background : var (--accent , # 7aa2ff );
532- box-shadow : 0 0 0 4 px rgba (122 , 162 , 255 , .2 );
533+ box-shadow : 0 0 0 6 px rgba (122 , 162 , 255 , .22 );
533534}
534535
535536.rd-contact__pop {
536537 position : absolute;
537538 right : 0 ;
538- bottom : 58 px ;
539+ bottom : 88 px ;
539540 width : min (360px , calc (100vw - 36px ));
540541 border-radius : 16px ;
541542 background : rgba (12 , 14 , 18 , .95 );
You can’t perform that action at this time.
0 commit comments