0.0.212 upd for dropdown_menu and change_language
This commit is contained in:
@@ -1,13 +1,29 @@
|
||||
/*media breakpoints*/
|
||||
@media (max-width: 360px) {
|
||||
|
||||
@media (max-width: 360px){
|
||||
.wrapper_content {
|
||||
max-width: 325px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1199px){ }
|
||||
|
||||
@media (max-width: 991px){ }
|
||||
|
||||
@media (max-width: 767px){ }
|
||||
|
||||
@media (max-width: 575px){ }
|
||||
|
||||
|
||||
@media (max-width: 780px) {
|
||||
|
||||
body{
|
||||
/*overflow-x: hidden;*/
|
||||
}
|
||||
|
||||
.wrapper_content{
|
||||
max-width: 325px;
|
||||
}
|
||||
/*.wrapper_content{*/
|
||||
/* max-width: 325px;*/
|
||||
/*}*/
|
||||
|
||||
header{
|
||||
padding: 5px 16px;
|
||||
@@ -126,7 +142,11 @@
|
||||
text-align: center;
|
||||
}
|
||||
.benefit_img_item{
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.button_container{
|
||||
margin-top: unset;
|
||||
}
|
||||
.tab-btn-2{
|
||||
margin: 0 0 5px 0;
|
||||
@@ -143,6 +163,11 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
details{
|
||||
width: 100%;
|
||||
margin-right: unset;
|
||||
}
|
||||
|
||||
.cards_item_1,
|
||||
.cards_item_2,
|
||||
.cards_item_3,
|
||||
|
||||
Reference in New Issue
Block a user