Round top-left corner of main area
This commit is contained in:
parent
13beb922ea
commit
3960b16242
2 changed files with 3 additions and 1 deletions
|
@ -91,11 +91,13 @@ body {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.main-row {
|
.main-row {
|
||||||
|
background-color: #eba367;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
border-top-left-radius: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
{% include "sidebar.html" %}
|
{% include "sidebar.html" %}
|
||||||
|
|
||||||
|
|
||||||
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
|
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 full-height main">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue