Browse Source

newest styling changes

master
Cristina Cochior 4 years ago
parent
commit
c1fc7b0e2e
  1. 10
      static/css/main.css

10
static/css/main.css

@ -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 {

Loading…
Cancel
Save