Browse Source

small css changes

master
Cristina Cochior 4 years ago
parent
commit
7f6a3be9a2
  1. 18
      static/css/main.css

18
static/css/main.css

@ -43,8 +43,12 @@ sup#fn54, sup#fn38, sup#fn66 {
word-break: break-word;
}
sup a {
color: white;
#intro sup a {
color: #f0f0f0;
}
#howto sup a, #insert sup a {
color: #8048b7;
}
.main {
@ -211,6 +215,16 @@ div#listofpeople{
left:70%;
}
div#insert {
width: 100% !important;
left: 0;
}
div#intro {
width: 90%;
left: 10%;
}
/* DIVS ABOUT */
div#intro{

Loading…
Cancel
Save