Skip to content

Commit

Permalink
Move CSS from style attr to CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 5, 2017
1 parent 33f149c commit 7330483
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ body {
margin-top: -110px;
}

.home.hero {
padding: 37px;
}

.hero-text {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/forgotDone.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="home hero" style="padding: 37px;">
<div class="home hero">
<div class="logo">
<a href="<?php echo site_url(); ?>">kik or not</a>
</div>
Expand Down
2 changes: 0 additions & 2 deletions templates/go.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
<?php endforeach; ?>
</ul>
</div>


</div>
</div>
</div>
Expand Down

0 comments on commit 7330483

Please sign in to comment.