This commit is contained in:
Brittany Chiang
2017-10-18 16:13:17 -07:00
parent edec594445
commit 8740235160
4 changed files with 7 additions and 5 deletions

View File

@@ -3,5 +3,5 @@
<div class="status__light__ring"></div>
<div class="status__light__led"></div>
</div>
<div class="status__message">I'm currently seeking full-time opportunities!</div>
<div class="status__message">Currently seeking full-time opportunities starting June 2018!</div>
</div>

View File

@@ -1,9 +1,11 @@
.status {
display: flex;
align-items: center;
font-weight: 700;
font-size: 1.2rem;
// font-weight: 700;
font-family: 'Inconsolata', monospace;
margin-top: 50px;
margin-top: 70px;
color: $night;
&__light {
width: 20px;
@@ -47,6 +49,6 @@
}
&__message {
margin-left: 10px;
margin-left: 15px;
}
}

View File

File diff suppressed because one or more lines are too long

View File

Binary file not shown.