Skip to content
Snippets Groups Projects
Commit 2d53406d authored by Rafael Caferati's avatar Rafael Caferati
Browse files

fixed landing-page content position

parent ff47efe8
No related branches found
No related tags found
No related merge requests found
......@@ -2706,7 +2706,7 @@ a.github-fork {
position: relative;
z-index: 1;
header {
padding: 18px 0;
padding: 18px 0 23px;
p {
//font-family: "Muli";
margin: 8px 0 0;
......@@ -2837,7 +2837,8 @@ a.github-fork {
text-align: center;
display: flex;
margin: auto;
flex-flow: column nowrap;
flex-flow: row nowrap;
align-items: center;
width: 100%;
min-height: 100%;
z-index: 101;
......@@ -2848,6 +2849,7 @@ a.github-fork {
padding: 45px 0 35px;
z-index: 10;
position: relative;
width: 100%;
}
.logo {
display: block;
......
......@@ -2216,7 +2216,7 @@ label.required:after {
github-fork{
display: block;
position: absolute;
position: fixed;
z-index: 10;
top: 0;
right: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment