mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-09-09 11:19:16 +08:00
Add a very simple mobile version of the game. At this stage this is for
testing purposes only. For a next release I will work on putting all the controllers in templates and have only one page for everything.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.tab-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.active .tab-title {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
margin-top: -25px;
|
||||
}
|
||||
Reference in New Issue
Block a user