Files
cardsforscience/css/mobile.css
T
Kevin Dungs dfde77bf5c 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.
2014-08-06 19:42:39 +02:00

12 lines
112 B
CSS

.tab-title {
display: none;
}
.active .tab-title {
display: block;
}
.scrollable {
margin-top: -25px;
}