Skip to content

Commit

Permalink
fix overflow css error
Browse files Browse the repository at this point in the history
  • Loading branch information
YashMathur committed Nov 24, 2017
1 parent 76bbc58 commit 9ecf479
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions public/style/app.css
@@ -1,6 +1,7 @@
*{
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
Expand Down Expand Up @@ -95,17 +96,14 @@ h2 {

.sidebar {
background-color: #547AA5;
height: 100vh;
}

.sidebar-content {
float: none;
display: block;
padding: 10px;
}

.sidebar-header {
font-size: 5vh;
font-weight: normal;
padding-right: 20px;
}
Expand Down
5 changes: 0 additions & 5 deletions public/style/chart.css
Expand Up @@ -68,11 +68,6 @@ span.g-perc {
fill: #FFECC6;
}

.linechart {
padding: 35px 30px;
padding-top: 10px;
}

.curprice {
width: 100px;
display: inline-block;
Expand Down
1 change: 0 additions & 1 deletion views/partials/sidebar.ejs
@@ -1,6 +1,5 @@
<div class="sidebar">
<div class="header">
<a href="/dashboard"><div class="logo"></div></a>
<h1 class="sidebar-header"><a href="/dashboard" class="sidebar-content">Coindex</a></h1>
</div>

Expand Down

0 comments on commit 9ecf479

Please sign in to comment.