Skip to content

Commit e00fbbf

Browse files
committed
fix components,home pages responsive issue
1 parent 7642ad7 commit e00fbbf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

themes/mapmint/static/css/docs.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,6 +1993,22 @@ form.well {
19931993
.qrlogo{
19941994
top: 140px;
19951995
}
1996+
h1.title-big {
1997+
font-size: 2em;
1998+
position: sticky;
1999+
}
2000+
.span12 {
2001+
width: 400px;
2002+
}
2003+
.butc h2 {
2004+
font-size: 2.6em;
2005+
}
2006+
ul.popt li{
2007+
width: 45%;
2008+
}
2009+
h1.title {
2010+
font-size: 3.2em;
2011+
}
19962012
/* Adjust the jumbotron */
19972013
.jumbotron h1,
19982014
.jumbotron p {

0 commit comments

Comments
 (0)