Updated to Drupal 8.5. Core Media not yet in use.
[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   order: 2;
9   text-align: center;
10 }
11
12 @media screen and (min-width: 48em) {
13   .block-system-branding-block {
14     flex: 0 1 220px;
15     order: 3;
16     margin: 2.5rem 0;
17     text-align: left;
18   }
19 }
20 .site-logo {
21   display: inline-block;
22   width: 100%;
23   max-width: 205px;
24   background-color: inherit;
25 }
26 .site-logo:hover {
27   background-color: inherit;
28 }
29
30 .site-logo svg {
31   width: 100%;
32   max-width: 205px;
33   height: auto;
34 }