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; word-break: break-word;
} }
sup a { #intro sup a {
color: white; color: #f0f0f0;
}
#howto sup a, #insert sup a {
color: #8048b7;
} }
.main { .main {
@ -211,6 +215,16 @@ div#listofpeople{
left:70%; left:70%;
} }
div#insert {
width: 100% !important;
left: 0;
}
div#intro {
width: 90%;
left: 10%;
}
/* DIVS ABOUT */ /* DIVS ABOUT */
div#intro{ div#intro{

Loading…
Cancel
Save