Skip to content

Commit 50497b4

Browse files
committed
fix modules-page responsive issue
1 parent f9cec9b commit 50497b4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

themes/mapmint/static/css/docs.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,25 @@ form.well {
19591959
h3 {
19601960
margin-top: 18px;
19611961
}
1962+
h1.bigw {
1963+
font-size: 4em;
1964+
}
1965+
#box .shd, #box2 .shd{
1966+
height: 385px;
1967+
}
1968+
.tsh{
1969+
padding-top: 10em;
1970+
}
1971+
.sub_slider_area{
1972+
height:920px;
1973+
}
1974+
.sub_sub_slider_area{
1975+
height:980px;
1976+
}
19621977

1978+
h1.bigd{
1979+
font-size: 4em;
1980+
}
19631981
/* Adjust the jumbotron */
19641982
.jumbotron h1,
19651983
.jumbotron p {

0 commit comments

Comments
 (0)