Alpha release
This commit is contained in:
parent
954f57f221
commit
0e7a53c678
6 changed files with 19 additions and 2 deletions
|
@ -138,6 +138,10 @@ body {
|
|||
#writtenmorse {
|
||||
color: #03a9f4; }
|
||||
|
||||
.version {
|
||||
font-style: italic;
|
||||
font-size: 20px; }
|
||||
|
||||
@media screen and (max-width: 1400px) {
|
||||
.drawer {
|
||||
display: none;
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue