Browse Source

fixed index page for mobile

master
Cristina Cochior 4 years ago
parent
commit
18e8f05d54
  1. 7
      static/css/style.css

7
static/css/style.css

@ -116,7 +116,7 @@ div.homepage{
margin: 0 auto;
}
div.home a{
padding: 0em 0.2em 0.1em 0.2em;
padding: 0em 0.4em 0.1em 0.4em;
margin: 0.5em;
line-height: 1.8em;
color: black;
@ -400,7 +400,6 @@ embed#plugin {
.h3-titles {
font-family: 'Steps Thin Mono';
font-size: 1.2em;
background-color: magenta;
display: inline;
}
@ -626,7 +625,9 @@ div#bottom_descrip_left{
/*index*/
div.theindexpage{
width: 100%;
padding: 0 0 5em 0;
width: 75%;
margin: 0 auto;
}
/*pushingscores*/

Loading…
Cancel
Save