This commit is contained in:
2023-08-30 16:00:08 +03:00
parent f1bda3ce68
commit fcf3063e09

View File

@@ -1208,12 +1208,12 @@
} }
.container_subscribe{ .container_subscribe{
width: 24%; width: 25%;
border-radius: 10px; border-radius: 10px;
padding: 2%; padding: 2%;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
margin-right: 2.5%; margin-right: 2%;
margin-left: 2.5%; margin-left: 2%;
margin-bottom: 5%; margin-bottom: 5%;
height: 100%; height: 100%;
} }
@@ -1352,10 +1352,9 @@
.arrange_subscribe{ .arrange_subscribe{
background: #FF613A; background: #FF613A;
height: 60px; height: 60px;
padding: 20px 33px 20px 33px; padding: 20px 25px 20px 25px;
color: #FFFFFF; color: #FFFFFF;
border-radius: 10px; border-radius: 10px;
margin-top: 20px;
margin: 20px auto 0 auto; margin: 20px auto 0 auto;
} }