d43a031a1e0b4965554f110d25936b2fa22d7987
[yaffs-website] / branding.css
1 /**
2  * @file
3  * This file is used to style the branding block.
4  */
5
6 .block-system-branding-block {
7   flex: 0 1 40%;
8 }
9
10 @media screen and (min-width: 48em) {
11   .block-system-branding-block {
12     flex: 0 1 220px;
13     margin: 2.5rem 0;
14     text-align: left;
15   }
16 }
17 .site-logo {
18   display: inline-block;
19   width: 100%;
20   max-width: 205px;
21   background-color: inherit;
22 }
23 .site-logo:hover {
24   background-color: inherit;
25 }
26
27 .site-logo svg {
28   width: 100%;
29   max-width: 205px;
30   height: auto;
31 }