App is now based on categories
Now the entry point of the app is the categories page and user can browse them until the articles
This commit is contained in:
parent
6b0d08f28d
commit
e81bd87919
4 changed files with 64 additions and 32 deletions
|
@ -258,7 +258,7 @@ canvas {
|
|||
#categories li:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -18px;
|
||||
top: 0px;
|
||||
right: 7px;
|
||||
font-weight: 100;
|
||||
font-size: 3em;
|
||||
|
|
Reference in a new issue