Alpha release

This commit is contained in:
mmk2410 2015-04-16 23:55:24 +02:00
parent 954f57f221
commit 0e7a53c678
6 changed files with 19 additions and 2 deletions

View file

@ -138,6 +138,10 @@ body {
#writtenmorse {
color: #03a9f4; }
.version {
font-style: italic;
font-size: 20px; }
@media screen and (max-width: 1400px) {
.drawer {
display: none;

View file

@ -159,6 +159,10 @@ body
#writtenmorse
color: $primary-color
.version
font-style: italic
font-size: 20px
@media screen and (max-width: 1400px)
.drawer
display: none