mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
New sizes for submit response modal
This commit is contained in:
@@ -1 +1,5 @@
|
||||
<p>Hello</p>
|
||||
<div class="submit-response-container">
|
||||
|
||||
<p>Hello</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
.submit-response-container{
|
||||
|
||||
|
||||
/* Set dimensions */
|
||||
min-width: 30em;
|
||||
margin: 2em 4em;
|
||||
@media only screen and (max-width: 768px) { // We have a smaller version for mobile devices
|
||||
min-width: 12em;
|
||||
margin: 2em 1em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user