Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / blocks / branding / 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 }