mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update layout.html.php
This commit is contained in:
parent
d3ad94a5ee
commit
cf7329dce8
1 changed files with 5 additions and 4 deletions
|
|
@ -388,13 +388,14 @@ transition: visibility 0.5s, opacity 0.8s linear;
|
|||
border: none;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
.top-link:focus {
|
||||
outline: none;
|
||||
}
|
||||
table {
|
||||
overflow: auto;
|
||||
display: block;
|
||||
@media all and (max-width: 640px) {
|
||||
table {
|
||||
overflow: auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<a href="#top" aria-label="go to top" title="Go to Top" class="top-link" id="top-link">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue