Skip to content

Commit b8eaba8

Browse files
Fix padding
1 parent 513acb6 commit b8eaba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h5>CodeChimp<p>Productivity Apps</h5>
6767
</header>
6868
<main class="mdl-layout__content">
6969

70-
<div class="mdl-layout__tab-panel is-active" id="apps" style="margin-bottom: 48px;">
70+
<div class="mdl-layout__tab-panel is-active" id="apps">
7171
<div class="ios" style="margin-bottom: 48px;">
7272
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
7373
<header class="section__play-btn mdl-cell mdl-cell--3-col-desktop mdl-cell--2-col-tablet mdl-cell--4-col-phone mdl-color--white-100 mdl-color-text--white">
@@ -203,6 +203,7 @@ <h4 class="mdl-card__title-text"><b>Tasker Tap Wear</b></h4>
203203
</section>
204204
</div>
205205
</div>
206+
<div style="height: 48px; background-color: white;"></div>
206207
<footer class="mdl-mini-footer">
207208
<div class="mdl-mini-footer__left-section">
208209
<ul class="mdl-mini-footer__link-list">

0 commit comments

Comments
 (0)