Commit 72c6dc07 by Félicie

responsive

parent c6cc7356
......@@ -73,14 +73,14 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
display: flex;
flex-direction: column;
float: right;
width: 22vw;
width: 25%;
font-size:1.4rem;
}
@media screen and (max-width: 1000px) {
.qa-sidepanel {
float: none;
width: 88vw;
width: 100%;
}
}
......@@ -108,15 +108,14 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
border-radius: 30px;
padding: 0.5em;
float:left;
margin-top: 1em;
margin-bottom: 1em;
margin: 1em 0;
clear:left;
overflow:hidden;
width: 70vw;
}
@media screen and (max-width: 1000px) {
.qa-main {
width: 88vw;
width: auto;
}
}
.qa-main-heading {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment