Skip to content

Commit

Permalink
Reduce the no. of titles after my name :P and decreses font size
Browse files Browse the repository at this point in the history
  • Loading branch information
theVinesh committed Jan 7, 2020
1 parent 0771f62 commit cd782fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
<main>
<div id="content">
<h5>hi </h5>
<h1>I'm <span class="font-effect-anaglyph">Vinesh Raju</span> - Android and Web Developer, Designer, Tech
Enthusiast and A Lazy
Human🤤.
</h1>
<h1>I'm <span class="font-effect-anaglyph">Vinesh Raju</span> - Android Developer and Tech Enthusiast.</h1>
<p>I am currently an Android Developer at <a target="_blank" rel="noopener" href="https://swiggy.com">Swiggy</a>.
I am curious about almost everything. </p>
<p>When I am not sleeping, eating or coding, I like to Sing, Sketch and dream up about all the cool stuffs to do;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ nav {
max-width: $max_content_width;
}
h1 {
font-size: 32px;
font-size: 30px;
color: $black;
font-weight: bolder;
}
Expand Down

0 comments on commit cd782fb

Please sign in to comment.