This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/assets/stylesheets/mobi.css.scss
2013-10-14 02:40:44 +02:00

12 lines
226 B
SCSS

/* CSS for Phones only */
@media only screen
and (max-width: 999px)
{
#mobile-info {
background: none repeat scroll 0 0 #AB0000;
color: #FFFFFF;
text-align: center;
display: block;
font-size: 0.7em;
}
}