Skip to content

Commit

Permalink
Visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc committed Mar 29, 2019
1 parent a47a3eb commit d51ed7c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions assets/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,30 @@ main {
}
}
}

.table-wrapper {
table {
tr {
td:first-child {
width: 25%;
}
}
}

&.events-list {
table {
tr {
td:first-child {
width: 70%;
}

td:nth-child(2) {
width: 10%;
}
}
}
}
}
}

.author-meta {
Expand Down Expand Up @@ -275,6 +299,7 @@ footer {

h4,
form {
font-style: normal;
display: inline-block;
vertical-align: middle;
}
Expand Down
2 changes: 1 addition & 1 deletion page-projects.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</section>
</div>
<div class="offset-by-one six columns u-pull-right">
<section class="projects-wrapper">
<section class="table-wrapper projects-list">
<table class="u-full-width">
<tbody>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion page-speaking.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</section>
</div>
<div class="offset-by-one six columns u-pull-right">
<section class="projects-wrapper">
<section class="table-wrapper events-list">
<table class="u-full-width">
<tbody>
<tr>
Expand Down
2 changes: 2 additions & 0 deletions partials/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</div>
</section>

{{#post}}
<section class="widget recent-posts">
<h6 class="widget-title">Recent posts</h6>
<div class="widget-content">
Expand All @@ -19,6 +20,7 @@
{{/get}}
</div>
</section>
{{/post}}

{{#if tags}}
<section class="widget tags">
Expand Down

0 comments on commit d51ed7c

Please sign in to comment.