Skip to content

Commit

Permalink
Styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed May 14, 2020
1 parent 562d917 commit 9a953b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
9 changes: 9 additions & 0 deletions public/icon-terminal-window.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/NewsletterSignup/CosmosNewsletterSignup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,11 @@ a {
min-height: var(--page-min-height);
}
.page {
padding-left: 1rem;
padding-right: 1rem;
box-sizing: border-box;
padding-top: 5rem;
padding-bottom: 5rem;
padding-right: 1rem;
width: 100%;
display: flex;
align-items: center;
Expand Down Expand Up @@ -345,7 +346,14 @@ a {
transform: translateY(-130px);
}
.text {
max-width: initial;
justify-self: center;
max-width: 560px;
}
.h1,
.p1,
.p2,
.h3 {
text-align: center;
}
}
</style>
Expand Down

0 comments on commit 9a953b0

Please sign in to comment.