Browse Source

small css changes

master
Cristina Cochior 4 years ago
parent
commit
38ce9e8824
  1. 20
      static/css/main.css

20
static/css/main.css

@ -215,23 +215,14 @@ div#listofpeople{
left:70%;
}
div#insert {
width: 100% !important;
left: 0;
}
div#intro {
width: 90%;
left: 10%;
}
/* DIVS ABOUT */
div#intro{
z-index: 100;
left: 20%;
left: 10%;
top: 5%;
height: 90%;
width: 90%;
}
div#howto{
z-index: 100;
@ -241,9 +232,10 @@ div#listofpeople{
}
div#insert{
z-index: 100;
left: 10%;
top: 0%;
height: 100%;
left: 0;
top: 0%;
height: 100%;
width: 100%;
}
#closeintro, #closehowto, #closeinsert{

Loading…
Cancel
Save