Fix for the last commit...
This commit is contained in:
@@ -419,33 +419,16 @@ a.icon-github:hover {
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
/*@media screen and (max-width: 720px) {
|
||||
body {
|
||||
background:white;
|
||||
margin:0;
|
||||
}
|
||||
@media screen and (max-width: 720px) {
|
||||
.halves {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#container {
|
||||
min-width:0;
|
||||
width:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
.half-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
width:100%;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.desktop-only, .zclip {
|
||||
display:none;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Error page */
|
||||
#wrap > h1 > a {
|
||||
display: none;
|
||||
|
||||
@@ -147,8 +147,6 @@ $dependencies[] = 'clipboard.js';
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="desktop-only"><?php yourls_e( 'Click on a link and press Ctrl+C to quickly copy it.', 'isq_translation'); ?></p>
|
||||
</div>
|
||||
|
||||
<!-- Social sharers -->
|
||||
|
||||
Reference in New Issue
Block a user