Remove hardcoded min-width
This breaks smaller viewports than 355px. Should be handled in a local scope by css, not global inline styles.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<link rel="stylesheet" href="/css/basscss_responsive_type_scale.css" />
|
||||
</head>
|
||||
|
||||
<body style="margin: 0px; min-width: 355px;">
|
||||
<body>
|
||||
<!-- Heap SDK -->
|
||||
<script type="text/javascript">
|
||||
(window.heap = window.heap || []),
|
||||
|
||||
Reference in New Issue
Block a user