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
2014-02-01 00:56:50 +01:00

27 lines
384 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;
}
#head {
text-align: left;
}
#main-content {
padding: 30px 5px;
}
.editlink {
float: right;
opacity: 1;
margin-right: 0;
}
}