Skip to content

Commit ec9e9cb

Browse files
committed
Width for huge containers to work on all screen sizes
1 parent d1e9c3c commit ec9e9cb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bootstrap/css/multiloquent/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ body {
3333
background-color: #333333;
3434
padding-top: 50px;
3535
}
36+
@media (min-width: 1200px) {
37+
.container {
38+
width: 90%;
39+
}
40+
}
3641
/* ---- wordpress required ---- */
3742
.aligncenter {
3843
margin: 0 auto;

bootstrap/less/multiloquent/style.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ body {
4747
padding-top: 50px;
4848
}
4949

50+
@media ( min-width : 1200px) {
51+
.container{
52+
width: 90%;
53+
}
54+
}
5055
/* ---- wordpress required ---- */
5156
.aligncenter {
5257
margin: 0 auto;

0 commit comments

Comments
 (0)