Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
base fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraajnarula committed Jul 31, 2022
1 parent 354545d commit 475526d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/assets/image/doc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ body{
padding: 10px;
border-radius: 5px;
margin-top: .5vw;
font-size: 1.2vw;
}
.login-div input:focus, .register-div input:focus{
outline: none;
Expand Down Expand Up @@ -482,6 +483,7 @@ h3,h2{
}
.stat{
text-align: center;
margin-left: 2.5vw;
}
.stats .stat h2{
font-size: 2.5vw;
Expand All @@ -495,7 +497,7 @@ h3,h2{
position: absolute;
width: 60px;
height: 3px;
margin: 3vw 8.5vw;
margin: 3vw 10vw;
background: linear-gradient(90deg, #4E11EC -2.29%, rgba(232, 213, 255, 0.4) 154.58%);
border-radius: 11px;
transform: rotate(90deg);
Expand Down
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
</p>
</div>
<div class="line-stat"></div>
<div class="stat">
<div class="stat" style="margin-left: 4.5vw;">
<h2>
50K+
</h2>
<p>
Templates rendered
</p>
</div>
<div class="line-stat" style="margin-left: 27.5vw;"></div>
<div class="line-stat" style="margin-left: 30vw;"></div>
<div class="stat">
<h2>80K+</h2>
<p>
Expand Down
2 changes: 1 addition & 1 deletion views/market/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="/market"><img src="/assets/image/market.svg"></a>
</li>
<li>
<a href="/profile"><img src="/assets/image/doc.svg"></a>
<a href="/profile" ><img src="/assets/image/doc.svg"></a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 475526d

Please sign in to comment.