Skip to content

Commit

Permalink
updated banners, minor css improv
Browse files Browse the repository at this point in the history
  • Loading branch information
zcraber committed May 5, 2022
1 parent 03714d8 commit 4a0289c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ img.social-logo {
margin-right: 5px;
}

.button.is-primary {
margin-top: 0.7em;
}

.thirdparty-logo {
height: 1.5em;
padding-right: 8px;
Expand Down Expand Up @@ -170,6 +174,10 @@ img.social-logo {
margin-top: 0.8em;
}

.box:not(:last-child) {
margin-bottom: 0.5em;
}

.box.final-box > a.button {
margin-right: 0.2em;
}
Expand Down
Binary file modified img/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sc_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sc_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sc_3.jpg
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 @@ -134,7 +134,7 @@ <h3>Generate a generic Privacy Policy for your website</h3>
<p class="help form-label">Name</p>
<!-- Developer Name-->
<input class="input is-primary" type="text" v-model="devName" placeholder="Name">
</div><br>
</div>
<a class="button is-primary" @click="nextStep()" rel="noopener noreferrer">Next</a>
</div>
</div>
Expand Down

0 comments on commit 4a0289c

Please sign in to comment.