Skip to content

Commit

Permalink
change ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MHKarami97 committed Apr 28, 2023
1 parent fb67011 commit 52b7b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ p{
justify-content: space-evenly;
align-items: flex-start;
.content{
order: 1;
order: 2;
width: 55%;
}

Expand Down
1 change: 1 addition & 0 deletions _sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
margin-bottom: 160px;
h1{
padding: 20px;
margin-right: 50px;
a{
color: white;
font-family: 'BYekan', 'Tahoma',;
Expand Down
2 changes: 1 addition & 1 deletion _sass/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $grey: #a2a2a2;
.container{
.sidebar{
width: 15%;
order: 5;
order: 1;
background-color: white;
padding-bottom: 30px;
margin-bottom: 50px;
Expand Down

0 comments on commit 52b7b17

Please sign in to comment.