Skip to content

Commit 831d16a

Browse files
committed
added logo
1 parent 0640f88 commit 831d16a

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

pages/submit.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
For images in can be on your own website, or on a service like <a
2222
href="https://imgur.com">Imgur</a>.<br>
2323
For websites you could use a service like <a href="https://www.netlify.com/">Netlify</a>.
24-
For video it can be on your own website, or on a service like <a href="https://vimeo.com">Vimeo</a> or
24+
For video it can be on your own website, or on a service like <a href="https://vimeo.com">Vimeo</a>
25+
or
2526
<a href="https://youtube.com">Youtube</a>.<br>
2627
Tip: When generating an embed code with an iFrame tag, use the url from the src attribute.
2728

@@ -93,10 +94,15 @@ watch([url, author, author_url, color, scale], () => {
9394

9495
<style lang="scss" scoped>
9596
.submit {
97+
background: var(--background);
9698
9799
padding: var(--pad2);
98100
padding-top: calc(var(--pad2) * 2);
99-
min-width: 400px;
101+
102+
@media screen and (min-width: 800px) {
103+
min-width: 400px;
104+
}
105+
100106
position: absolute;
101107
102108
label {
@@ -118,6 +124,7 @@ select {
118124
width: 100%;
119125
padding: var(--pad);
120126
font-size: 1.2em;
127+
box-sizing: border-box;
121128
}
122129
123130
textarea {

public/logo.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)