newest styling changes

This commit is contained in:
Cristina Cochior 2020-09-22 15:54:27 +02:00
parent 3d5e988376
commit c1fc7b0e2e

View File

@ -13,6 +13,10 @@ a {
color: black;
}
.main {
background: #b3b3b3;
}
.main-column-left {
padding: 1.7em 0em;
float: left;
@ -29,7 +33,9 @@ a {
background: #8048b7;
overflow-y: scroll;
height: 100vh;
}
clip-path: ellipse(49% 70% at center center);
-webkit-clip-path: ellipse(49% 70% at center center);
}
.main:after {
content: "";
@ -48,7 +54,7 @@ ul {
}
ul.name-elements li {
padding: 1em;
padding: 3em 2.5em 3em 0;
}
li span.nav-button {