Skip to content

Instantly share code, notes, and snippets.

@merlox
Created March 2, 2022 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merlox/f26af8e534c30a2eabe662cb607e924e to your computer and use it in GitHub Desktop.
Save merlox/f26af8e534c30a2eabe662cb607e924e to your computer and use it in GitHub Desktop.
*
font-family: 'roboto'
.header
display: flex
align-items: center
.title-container
width: 100%
.main-title
margin-bottom: 0
.main-subtitle
margin-top: 0
.wallet-connect
width: 200px
.content-box
max-width: 800px
margin: auto
padding: 20px
margin-top: 10px
margin-bottom: 30px
.solana-image
width: 70px
margin-top: 7px
.three-words-input-container
max-width: 800px
margin: auto
display: flex
justify-content: space-around
align-items: center
.words-input
width: 410px
.helper-description
max-width: 800px
margin: auto
margin-top: 100px
color: grey
font-size: 10pt
@media (max-width: 500px)
.three-words-input-container
flex-direction: column
.submit-button
margin-top: 20px
.words-input
width: 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment