Skip to content
Snippets Groups Projects
Commit 9eae1c46 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Wider code screen on mobile

parent a4989843
No related branches found
No related tags found
Loading
......@@ -116,7 +116,7 @@
}
}
.getFramaC .notebook {
width: 80%;
width: 90%;
height: 20%;
margin-bottom: 20px;
margin-left: auto;
......@@ -126,6 +126,11 @@
border: 0;
background: transparent;
}
@media (min-width: 768px){
.getFramaC .notebook {
width: 80%;
}
}
.getFramaC .notebook > div {
......
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