This commit is contained in:
2023-08-30 15:20:30 +03:00
parent e852a2b358
commit aa6fce9f3d
2 changed files with 133 additions and 139 deletions

View File

@@ -1201,26 +1201,20 @@
text-decoration: none;
}
.container_subscribe.second{
display: inline-block;
}
.container_subscribe.third{
float: right;
margin-right: 0;
.type_of_subscribes{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.container_subscribe{
width: 26%;
width: 24%;
border-radius: 10px;
padding: 2%;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
margin-right: 5%;
}
.container_subscribe.first{
float: left;
margin-bottom: 5%;
height: 100%;
}
.container_subscribe.light{