Skip to content

Commit

Permalink
refactor: adjust styling for company info
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Jun 12, 2024
1 parent c2e1f7d commit 5feda3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/partials/company.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<section class="company">
<div class="row spread">
<div class="row wide inherit-height">
{{#if image}}
<img class="logo" src={{image}} />
{{/if}}
<div class="column fill">
<div class="column fill between inherit-height">
{{#if name}}
<h3 class="bold">
{{#if url}}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/profiles.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{#resume.basics}}
{{#if profiles}}
<section class="profiles no-print">
<div class="row centre spread">
<div class="row centre wide">
{{#each profiles}}
{{#if network}}
{{#if username}}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/work.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#if resume.work.length}}
<section>
<section class="work">
{{> section-heading icon="building" value="Work Experience"}}
{{#each resume.work}}
{{> company}}
Expand Down

0 comments on commit 5feda3d

Please sign in to comment.