Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,32 @@
.tx-hero h1 {
font-size: 1.4rem
}

.tx-hero {
margin: 20px 1rem;
display: flex;
flex-direction: column;
text-align: center;
}

.tx-hero__image {
width: 12rem;
height: 12rem;
padding-right: 0;
margin: 0 auto 1rem;
order: 0;
}

.tx-hero__content {
padding-bottom: 2rem;
order: 1;
}

.tx-hero .md-button {
display: inline-block;
margin: 0.5rem 0.25rem;
width: auto;
}
}

@media screen and (min-width:60em) {
Expand Down