Layout scaffolding for Web apps.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .brand-base {
- display: block;
- text-decoration: none;
- font-size: 1.5rem;
- font-weight: bold;
- font-stretch: 75%;
- text-transform: uppercase;
- width: 2rem;
- text-align: center;
- }
-
- .hide {
- display: none;
- }
-
- @media (min-width: 720px) {
- .brand-base {
- width: 8rem;
- text-align: left;
- }
-
- .hide {
- display: inline;
- }
- }
|