Test React

This commit is contained in:
2015-08-27 18:24:29 +02:00
parent 8f2ed91f1a
commit 1d24cf6779
6 changed files with 81 additions and 14 deletions

View File

@ -28,6 +28,11 @@ html, body {
.launcher .category-header {
padding: 40px 50px 0;
font-size: 50px;
display: none;
}
.launcher .category-header.visible {
display: block;
}
.launcher .category-header a.goback {