Make website responsive and don't force min-width (#13417)

This commit is contained in:
Kevin Simper 2019-03-26 04:19:16 +01:00 committed by Kubernetes Prow Robot
parent 6c41db7e62
commit b0b38b0b81
1 changed files with 2 additions and 3 deletions

View File

@ -323,12 +323,11 @@ div.post-footer {
}
body {
min-width: 1200px;
width: 100%;
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: 1200px;
width: 100%;
max-width: 1200px;
_width: 1200px;
padding-left: 15px;
}
.main-inner .columns {