Template:Main Page header/styles.css

From Wikisource
Jump to navigation Jump to search
#enws-mainpage-header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #5090C0;
}

#enws-mainpage-header-image {
  height: 100%;
  width: 150px;
  flex-basis: 150px;
  flex-shrink: 1;
  flex-grow: 0;
}

#enws-mainpage-header-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

#enws-mainpage-header-text {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}

#enws-mainpage-header-links {
  margin: .5em 1em;
  line-height: 1.4;
  flex-grow: 0;
  flex-shrink: 0;
}