Template:FrDS Header/styles.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
RLopez-WMF (talk | contribs)
Created page with "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; } .logo { width: 160px; }"
 
RLopez-WMF (talk | contribs)
adding support to two icons on the right side of the header
Line 8: Line 8:
max-width: 1060px;
max-width: 1060px;
margin: 0 auto;
margin: 0 auto;
}
.header-actions{
display: flex;
gap: 16px;
}
}
.logo {
.logo {

Revision as of 20:23, 25 July 2024

/* 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;
}