Answer the question
In order to leave comments, you need to log in
Why is my layout not applied in @media?
I am using this code
.focus-form{
width: 24%;
float: right;
padding: 10px;
background: rgba(255, 255, 255, 0.91);
margin-top: 6%;
margin-right: 13%;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
h4:first-child{
font-weight: bold;
}
p{
font-size: 21px;
span{
font-weight: bold;
}
}
}
@media (min-width: 320px) and (max-width: 1455px){
.focus-form{
width: 40%;
}
}
@media screen and (max-width: 320px){
.focus-form{
width: 79%;
}
}
Answer the question
In order to leave comments, you need to log in
min-width: 320px
max-width: 320px
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question