dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#fandom_notice {
    background-color: var(--fandom-global-nav-background-color);
    text-align: center;
    margin: 0 auto;
    width: calc( 100% - 20px );
    color: var(--fandom-global-nav-text-color);
    font-size: 18px;
    padding: 40px 10px
}
#banner_notice {
    padding: 10px 0;
    width: 100%
}
#banner_notice:hover { text-decoration: none }
#fandom_notice #fandom_notice-images {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}
#fandom_notice #fandom_notice-images img { display: none; }
#fandom_notice #fandom_notice-images a {
	display: block;
	width: 320px;
	height: 85px;
	background: var(--fandom-global-nav-mobile-logo) no-repeat;
	background-size: contain;
}
#fandom_notice span {
    margin: 20px;
    line-height: 32px;
    font-family: Rubik, sans-serif
}
#fandom_notice span a { color: var(--fandom-global-nav-link-color); font-weight: 500; }
#fandom_notice span a:hover { color: var(--fandom-global-nav-link-color--hover); }