Template:FrDS Header/styles.css

From Donate
Revision as of 20:23, 25 July 2024 by RLopez-WMF (talk | contribs) (adding support to two icons on the right side of the header)
Jump to navigation Jump to search
/* Header styles */
.header{
  display: flex;
  padding: 16px 20px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
}
.header-actions{
  display: flex;
  gap: 16px;
}
.logo {
  width: 160px;
}