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-07 04:59:21 +02:00

13 lines
245 B
SCSS

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