Removed useless CSS.
This commit is contained in:
parent
94ca1324d4
commit
0f8cad1b67
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,8 @@ body {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.pad10vw { padding-left: 10vw; padding-right: 10vw;}
|
.pad10vw { padding-left: 10vw; padding-right: 10vw;}
|
||||||
.pad10vh { padding-top: 10vh !important; }
|
.pad10vh { padding-top: 10vh; }
|
||||||
|
.pad30vh { padding-top: 30vh; }
|
||||||
|
|
||||||
.marb1r { margin-bottom: 1rem;}
|
.marb1r { margin-bottom: 1rem;}
|
||||||
|
|
||||||
|
@ -105,10 +106,6 @@ header a {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel > section {
|
|
||||||
padding-top: 30vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel > section > h1 {
|
.panel > section > h1 {
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
<main class="ubuntu primary">
|
<main class="ubuntu primary">
|
||||||
<div class="panel" id="hello">
|
<div class="panel" id="hello">
|
||||||
<section class="pad10vw">
|
<section class="pad10vw pad30vh">
|
||||||
<h1 class="marb1r">Hi, I'm <span class='accent'>Marc</span>.</h1>
|
<h1 class="marb1r">Hi, I'm <span class='accent'>Marc</span>.</h1>
|
||||||
<h2>I love to <span id="landing-subtyped"></span></h2>
|
<h2>I love to <span id="landing-subtyped"></span></h2>
|
||||||
<p>I am a <span class='accent'>third-year computer engineering</span> student at <span class='accent'>McGill University</span> who is interested in <span class='accent'>full-stack web development</span>, <span class='accent'>embedded electronics</span>, <span class='accent'>low-level programming</span> and <span class='accent'>journalism</span>.
|
<p>I am a <span class='accent'>third-year computer engineering</span> student at <span class='accent'>McGill University</span> who is interested in <span class='accent'>full-stack web development</span>, <span class='accent'>embedded electronics</span>, <span class='accent'>low-level programming</span> and <span class='accent'>journalism</span>.
|
||||||
|
@ -71,7 +71,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel" id="contactme" style="display: none;">
|
<div class="panel" id="contactme" style="display: none;">
|
||||||
<section></section>
|
<section>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue