Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prezadito committed Jul 24, 2016
1 parent b47bfbb commit ffa1409
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 8 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ article {
/*width: 100%;*/
}

.main {
/*max-width: 100%;*/
.main ul {
display: inline-block;
}

.main h2 {
Expand All @@ -95,6 +95,7 @@ article {
.row {
margin: 0;
padding: 0;
display: block;
}


Expand All @@ -110,6 +111,7 @@ LEAGUES WE COVER

.leagues h3 {
padding-bottom: 30px;
text-shadow: none;
}

.leagues ul {
Expand Down Expand Up @@ -168,7 +170,7 @@ FOOTER
************************************/

footer {
margin: auto 15px;
padding: 10px 15px;
}

ul {
Expand All @@ -177,18 +179,18 @@ ul {

ul li a {
float: right;
padding: 5px;
padding: 0 5px;
}

footer p {
float: left;
margin: 10px 5px;
margin: 10px 0;
}

.social-icon {
width: 30px;
height: 30px;
margin: 5px auto;
/*margin: 5px auto;*/
}


Expand Down
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@
<li><a href="https://www.instagram.com/" target='_blank'><img src='img/instagram.png' alt='Instagram' class='social-icon'></a></li>
<li><a href="https://twitter.com/" target='_blank'><img src='img/twitter.png' alt='Twitter' class='social-icon'></a></li>
</ul>
</footer>
<script src="js/index.js"></script>
</footer>
</body>
</html>

0 comments on commit ffa1409

Please sign in to comment.