Full width hr on mobile

merge-requests/1/head
Matthew Ess 2018-02-08 21:02:30 -05:00
parent 2386703cec
commit cf9b34dba9
1 changed files with 5 additions and 4 deletions

View File

@ -3,14 +3,14 @@
.content .content
h1.title matthew ess h1.title matthew ess
h2.subtitle software developer h2.subtitle software developer
hr hr.is-three-quarters
h2.subtitle education h2.subtitle education
p. p.
purdue university, west lafayette, IN #[br] purdue university, west lafayette, IN #[br]
B.S. in computer science, minor in political science #[br] B.S. in computer science, minor in political science #[br]
may 2018 #[br] may 2018 #[br]
3.90 gpa 3.90 gpa
hr hr.is-three-quarters
h2.subtitle experience h2.subtitle experience
p.has-text-weight-semibold software engineer @ yelp: summer 2018 - present p.has-text-weight-semibold software engineer @ yelp: summer 2018 - present
p. p.
@ -24,7 +24,7 @@
i worked on a very small team of talented engineers writing backend i worked on a very small team of talented engineers writing backend
PHP and javascript microservices for an athletic and educational PHP and javascript microservices for an athletic and educational
scheduling web app. scheduling web app.
hr hr.is-three-quarters
h2.subtitle skills h2.subtitle skills
.columns .columns
.column .column
@ -53,10 +53,11 @@ export default {
$pink: #f8a5c2 $pink: #f8a5c2
hr hr
width: 75%
height: 0.5rem height: 0.5rem
background: $pink background: $pink
+desktop +desktop
.is-three-quarters
width: 75%
.is-half .is-half
width: 50% width: 50%
</style> </style>