Skip to content

Commit c2992d2

Browse files
committed
docs(site): left-align the Docker Agent logo in the header
The header's inner row was wrapped in \`max-width: 1600px; margin: 0 auto\`, so on wide monitors the logo drifted toward the page center instead of sitting at the leftmost gutter. docs.docker.com keeps its product logo flush left at the page padding edge \u2014 do the same. The header uses \`padding: 0 24px\` to space content from the viewport edge, which is enough; the inner element no longer needs its own constraint.\n\nReported by review of #2793.
1 parent 3e93ab3 commit c2992d2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/css/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ body {
180180
align-items: center;
181181
justify-content: space-between;
182182
width: 100%;
183-
max-width: 1600px;
184-
margin: 0 auto;
185183
}
186184

187185
.header-logo {

0 commit comments

Comments
 (0)