We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
listmonk
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix incorrect container width on public page responsive view.
Kailash Nadh
3 years ago
parent
5bfbe15c24
commit
1ece738613
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
static/public/static/style.css
+ 1
- 0
static/public/static/style.css
View File
@@ -140,5 +140,6 @@ footer.container {
.wrap {
margin: 0;
padding: 30px;
+ max-width: none;
}
}