barryserver-git
Barry Fixing weird padding issue 38ef4f7 (4 years, 7 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>