Skip to content
Snippets Groups Projects
Commit 70a7d377 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix layout for mobile

parent 758328b2
No related branches found
No related tags found
No related merge requests found
......@@ -1776,19 +1776,15 @@ a.github-fork {
left: 0;
right: 0;
z-index: 1000;
display: flex;
display: -webkit-flex;
align-items: flex-end;
align-items: -webkit-flex-end;
justify-content: center;
padding: 0 40px;
> .buttons {
width: 100%;
max-width: 600px;
font-size: 24px;
color: #444;
margin-top: 6%;
position: absolute;
bottom: 0;
left: 10%;
right: 10%;
.button {
display: block;
......
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