Skip to content

Commit e5e30d2

Browse files
committed
maybe fixing the horizontal scroll on some phones
1 parent 30df34c commit e5e30d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

web/css/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,3 +660,8 @@ div#projects-area .project-content-container .project-item {
660660
@media (max-width: 767px) {
661661
.margin-10-left {
662662
margin-left: 10px; } }
663+
664+
.navbar-nav {
665+
margin: 0;
666+
padding: 7.5px 15px;
667+
}

web/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,13 @@
199199
200200
<div id="get-started">
201201
<div class="container">
202-
<div class="row">
203202
<div class="row">
204203
<div class="col-md-5 sm-12 text-center">
205204
<h2 class="section-heading">Get Started</h2>
206205
<p class="lead">The toolkit provides you everything you need to leverage ProgCode, empower the grassroots, and remove the influence of money in politics</p>
207206
<p>
208207
<a href="//toolkit.progcode.org" target="_blank">
209-
<img src='/img/screenshot.png' width="400px"/>
208+
<img src='/img/screenshot.png' style="max-width:100%;" />>
210209
</a>
211210
<br/>
212211
</p>

0 commit comments

Comments
 (0)