Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 7, 2017
1 parent 868707c commit 1531d90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
27 changes: 9 additions & 18 deletions assets/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html, body {
font-size: 20px;
font-size: 18px;
}

body {
Expand All @@ -8,33 +8,22 @@ body {
color: #fff;
width: 100%;
text-align: center;
padding-top: 5em;
padding-top: 3em;
font-weight: 300;
}

h1 {
font-weight: 200;
font-size: 2.6em;
line-height: 1.6em;
}

table {
margin: 3em 0;
margin: 2.5em 0;
font-size: 1.4em;
}

.tease {
font-size: 2em;
}

.tease strong {
font-weight: 600;
}

.tease table {
margin: auto;
}

a, a:active {
a, a:active, a:focus {
color: #DDD;
text-decoration: underline;
}
Expand All @@ -45,16 +34,18 @@ a:hover {
}

a.btn {
color: #FFF;
text-decoration: none;
font-size: .9em;
}

footer {
color: hsl(230, 55%, 70%);
font-size: .8em;
padding-top: 5em;
padding-top: 3em;
padding-bottom: 1em;
}

footer a, footer a:hover {
color: hsl(230, 47%, 66%);
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>
</tr>
<tr>
<td><a href="https://twitter.com/nettefw/status/827134885886324736">Nette 3.0+</a></td>
<td><a href="https://symfony.com/roadmap?version=4.0#checker">~ 2017</a></td>
<td>~ 2017</td>
</tr>
</table>

Expand Down

0 comments on commit 1531d90

Please sign in to comment.