-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from teamhanko/example-app-style-improvements
- Loading branch information
Showing
18 changed files
with
124 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,62 @@ | ||
@import url("fonts.css"); | ||
|
||
body { | ||
margin: 0; | ||
text-align: center; | ||
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', | ||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', | ||
sans-serif; | ||
font-family: Inter, sans-serif; | ||
color: white; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
background: url("../img/bg.png") no-repeat center center fixed; | ||
background: url("../img/bg.jpg") no-repeat center center fixed; | ||
background-size: cover; | ||
} | ||
|
||
.main { | ||
margin-top: 8rem; | ||
.nav__itemList { | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
overflow: hidden; | ||
} | ||
|
||
.nav__listItem { | ||
float: right; | ||
} | ||
|
||
.nav__link, | ||
.nav__link:visited, | ||
.nav__link:hover, | ||
.nav__link:active { | ||
display: block; | ||
margin: 2.5rem; | ||
color: white; | ||
background-color: transparent; | ||
text-decoration: none; | ||
} | ||
|
||
.nav__link:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.content { | ||
margin: auto; | ||
margin-bottom: 30px; | ||
padding: 0 100px; | ||
max-width: 1200px; | ||
} | ||
|
||
@media screen and (max-width: 470px) { | ||
.content { | ||
padding: 0 20px; | ||
} | ||
} | ||
|
||
.footer { | ||
margin-top: 6rem; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
margin-top: 100px; | ||
} | ||
|
||
.footer img{ | ||
padding-bottom: 2.5rem; | ||
} | ||
|
||
@media screen and (max-height: 667px) { | ||
.main { | ||
margin-top: 1rem; | ||
} | ||
.footer { | ||
margin-top: 2rem; | ||
} | ||
.footer img { | ||
padding-bottom: 1.5rem; | ||
} | ||
padding-bottom: 2rem; | ||
} | ||
|
||
@media screen and (max-width: 600px) { | ||
.main { | ||
padding: 0 1.25rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,5 @@ | ||
@import url("common.css"); | ||
|
||
.main { | ||
color: white; | ||
} | ||
|
||
.nav__itemList { | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
overflow: hidden; | ||
} | ||
|
||
.nav__listItem { | ||
float: right; | ||
} | ||
|
||
.nav__link, | ||
.nav__link:visited, | ||
.nav__link:hover, | ||
.nav__link:active { | ||
display: block; | ||
margin: 2.5rem; | ||
color: white; | ||
background-color: transparent; | ||
text-decoration: none; | ||
} | ||
|
||
.nav__link:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
.profile { | ||
min-height: 350px; | ||
} | ||
margin-bottom: 20px; | ||
} |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.