BarryServer : Git

All the code for all my projects
// BarryServer : Git / barryserver-git / commit / 38ef4f79f20c27a4f4f219cba5065a355371a93d

// Related

barryserver-git

Barry Fixing weird padding issue 38ef4f7 (3 years, 8 months ago)
diff --git a/git.php b/git.php
index 45ced02..aebc8f0 100644
--- a/git.php
+++ b/git.php
@@ -196,14 +196,11 @@ ob_start();
 			/* Mobile view */
 			@media only screen and (max-device-width: 960px) {
 				.clone {
-					display: none;
+					margin-bottom: 16px
 				}
 				.raw-link {
 					float: none;
 				}
-				br:nth-of-type(n+3) {
-					display: none;
-				}
 			}
 		</style>
 	</head>