|
@@ -1988,21 +1988,26 @@ a {
|
|
|
list-style: none;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- width: 100%; }
|
|
|
+ justify-content: space-around;
|
|
|
+ width: 100%;
|
|
|
+ padding: 0.5rem; }
|
|
|
#header-top .region-header-top-left ul .is-active {
|
|
|
color: #009ee3; }
|
|
|
#header-top .region-header-top-left ul ul {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- padding: 1rem; }
|
|
|
+ padding: 0.5rem; }
|
|
|
#header-top .region-header-top-left ul ul .is-active {
|
|
|
color: #009ee3; }
|
|
|
#header-top .region-header-top-left ul li {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- padding: 1rem; }
|
|
|
+ padding: 0.5rem;
|
|
|
+ align-items: center;
|
|
|
+ min-width: 260px; }
|
|
|
#header-top .region-header-top-left ul li a {
|
|
|
- color: black; }
|
|
|
+ color: black;
|
|
|
+ text-align: center; }
|
|
|
#header-top .region-header-top-left ul li .is-active {
|
|
|
color: #009ee3; }
|
|
|
#header-top .region-header-top-left ul li :hover {
|
|
@@ -2010,9 +2015,9 @@ a {
|
|
|
#header-top .region-header-top-left ul ul {
|
|
|
display: none; }
|
|
|
#header-top .region-header-top-left :hover ul ul {
|
|
|
- display: block;
|
|
|
+ display: flex;
|
|
|
background-color: white;
|
|
|
- padding: 0.2rem; }
|
|
|
+ justify-content: space-around; }
|
|
|
#header-top .region-header-top-left :hover ul ul .is-active {
|
|
|
color: #009ee3; }
|
|
|
#header-top .region-header-top-left :hover ul ul a {
|