Skip to content

Commit

Permalink
Centering stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
anttus committed Oct 11, 2018
1 parent 23198c8 commit 3b887a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ input[type="text"] {
}
#sideBar button {
width: 100%;
text-align: left;
text-align: center;
}

#menuItems {
Expand All @@ -143,14 +143,14 @@ input[type="text"] {
#btnLogout {
position: fixed;
bottom: 0px;
/* border-top: 2px solid white; */
text-align: left !important;
background-color: #ff6961;
width:100%;
}

#btnLogout i {
width: 4em;
height: 4em;
/* height: 4em; */
}

#accountItems {
Expand Down

0 comments on commit 3b887a0

Please sign in to comment.