Skip to content

Commit

Permalink
improved images responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuoris committed Apr 3, 2016
1 parent 1d04a76 commit 45948c9
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,20 @@ body {
box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
}

.title {
h2 {
font-weight: normal;
font-size: 25px;
padding: 20px 0 10px 0;
padding: 10px 0 10px 0;
border-bottom: 1px solid #ccc;
}
.title:first-child {
padding-top: 0;
h2:first-child {
margin-top: 0;
}

.tech-wrap {
width: 100%;
font-size: 0px;
text-align: center;
}

.tech {
Expand All @@ -77,6 +84,11 @@ a:hover {
text-decoration: underline;
}


li {
line-height: 150%;
}

.footer {
background: #555;
-webkit-box-sizing: border-box;
Expand Down Expand Up @@ -107,4 +119,9 @@ span {
li {
list-style-type: none;
}
.tech {
margin: 5px 5px;
width: 70px;
height: 82px;
}
}

0 comments on commit 45948c9

Please sign in to comment.