diff --git a/static/css/styles.css b/static/css/styles.css index cb03cb8..083dee3 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -140,7 +140,7 @@ html, body{ } .wrapper_content { - margin: 20px auto; + margin: 20px; max-width: 1280px; position: relative; min-height: 695px; @@ -221,7 +221,7 @@ body { header { margin-top: 20px; - padding: 5px 0; + padding: 5px 10px; position: sticky; top: 0; background: #F8F8F8; @@ -490,13 +490,19 @@ header .header-first { } .header_logo, -.header_btn_mover, -.header_btn_sender{ +.header_btn_mover +{ margin-right: 40px; display: inline-block; vertical-align: middle; } +.header_btn_sender{ + margin-right: 20px; + display: inline-block; + vertical-align: middle; +} + .header_logo>a, .header_btn_mover>a, .header_btn_sender>a{