Round top-left corner of main area

This commit is contained in:
Théophile Bastian 2017-09-22 09:43:14 +02:00
parent 13beb922ea
commit 3960b16242
2 changed files with 3 additions and 1 deletions

View file

@ -91,11 +91,13 @@ body {
*/
.main-row {
background-color: #eba367;
}
.main {
padding: 20px;
background-color: white;
border-top-left-radius: 50px;
}
@media (min-width: 768px) {