Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DSB-18 authored May 7, 2024
1 parent 203c72c commit c49b46c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* {
body {
margin: 0;
padding: 0;
}
Expand All @@ -7,15 +7,13 @@ html {
font-family: Roboto, sans-serif;
font-size: 12px;
font-weight: 500;
font-style: normal;
}

.header {
display: flex;
justify-content: space-between;
padding: 0 50px;
align-items: center;
line-height: 60px;
background: #fff;
}

Expand Down Expand Up @@ -50,7 +48,6 @@ html {
color: #000;
align-items: center;
height: 60px;
line-height: 60px;
text-decoration: none;
display: flex;
position: relative;
Expand Down

0 comments on commit c49b46c

Please sign in to comment.