This website requires JavaScript.
Explore
Help
Sign In
james
/
counter
Archived
Watch
1
Star
0
Fork
0
You've already forked counter
Code
Issues
5
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-10-16
. You can view files and clone it, but cannot push or open issues or pull requests.
3f97cc59b2
counter
/
frontend
/
components
/
page
/
page.pcss
7 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bootstrapping from Evil Martian's component system https://evilmartians.com/chronicles/evil-front-part-1
2020-05-16 00:29:06 +00:00
.page {
height: 100vh;
margin: 0 auto;
MVP version. Added actioncables for counting.
2020-05-23 10:23:20 +00:00
max-width: 700px;
Bootstrapping from Evil Martian's component system https://evilmartians.com/chronicles/evil-front-part-1
2020-05-16 00:29:06 +00:00
overflow: hidden;
}
Reference in New Issue
Copy Permalink