Skip to content

Commit

Permalink
correct3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria0701 committed Jun 28, 2019
1 parent 522847f commit f3e22de
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ img {

.header-block {
position: relative;
padding-top: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
Expand All @@ -145,7 +144,7 @@ img {

.logo {
margin-right: 10px;
margin-top: 7px;
margin-top: 8px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
Expand Down Expand Up @@ -1082,8 +1081,8 @@ img {
flex-grow: 1;
width: 100%;
padding-top: 8px;
padding-right: 7px;
padding-left: 7px;
padding-right: 5px;
padding-left: 6px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
Expand Down Expand Up @@ -1558,7 +1557,7 @@ img {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 277px;
margin-top: 19px;
margin-top: 21px;
margin-bottom: 4px;
padding: 0;
list-style: none;
Expand Down Expand Up @@ -1772,7 +1771,7 @@ img {
.select select {
position: relative;
padding-top: 10px;
padding-right: 36px;
padding-right: 42px;
padding-bottom: 10px;
padding-left: 16px;
-webkit-appearance: none;
Expand Down

0 comments on commit f3e22de

Please sign in to comment.