Skip to content

Commit

Permalink
More fixes. See #124
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Oct 6, 2023
1 parent e5e6954 commit 6a2cbdd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
</div>
{/if}
<div class="flexy flexy-alt">
<div class="flexy flexy-alt flexy-submit">
<div class="cell">
<input class="input-full-height" bind:value={email} id="subscribe-email" type="email" placeholder="E-mail" required />
</div>
Expand Down Expand Up @@ -248,10 +248,11 @@ input {
padding: 0 10px;
}
.sub-toolbar {
padding: 30px;
margin: 30px auto 30px auto;
width: 100%;
/*width: 100%;*/
border-radius: 5px;
background: #FFF;
background: #F9F9FA;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.flexy {
Expand Down Expand Up @@ -304,12 +305,17 @@ input {
margin-left: 15px;
}
.cell-noright {
margin-right: 0 !important;
}
@media (max-width: 890px) {
.cell {
margin: 5px 5px;
}
.sub-toolbar {
margin: 10px auto 10px auto;
padding: 10px;
}
.flexy-alt2 {
padding-bottom: 10px;
Expand All @@ -324,5 +330,6 @@ input {
.cell select {
margin-top: 0px;
}
}
</style>

0 comments on commit 6a2cbdd

Please sign in to comment.