Skip to content

Commit

Permalink
add some space and change image
Browse files Browse the repository at this point in the history
  • Loading branch information
ellekasai committed Jan 14, 2015
1 parent 0392c6c commit 88a0c9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Binary file modified images/resume_print_dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>What is Resumecards?</h2>
<div class="container resume-content">
<nav class="navbar navbar-default hidden-print hidden-xs" role="navigation">
<div class="resume-nav">
<span>Built with <a href="https://github.com/ellekasai/resumecards" target="_blank">Resumecards</a><span class="hidden-sm">, a Markdown based resume generator.</span></span>
<span>Built with <a href="https://github.com/ellekasai/resumecards" target="_blank">Resumecards</a><span class="hidden-sm">, a Markdown based resume generator</span></span>.
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#saveAsPdf">
Save as PDF
</button>
Expand Down
15 changes: 11 additions & 4 deletions stylesheets/resumecards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ body {
header,
footer {
font-size: 15px;
padding: 20px 30px;
ul {
margin-top: 20px;
> li + li {
Expand All @@ -131,6 +130,14 @@ footer {
}
}

header {
padding: 20px 0 30px;
}

footer {
padding: 20px 0 60px
}

h1, h2, h3, h4, h5, h6, .panel-title, .resume-contact {
color: $color-base;

Expand Down Expand Up @@ -308,10 +315,10 @@ a {

.resume-nav {
padding-top: 7px;
color: #999;
text-align: center;
> span {
margin-right: 10px;
color: #999;
> span + button {
margin-left: 10px;
}
}

Expand Down

0 comments on commit 88a0c9f

Please sign in to comment.