Template:FrDS Header/styles.css: Difference between revisions
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 { |