5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-08 21:10:26 +00:00

Merge pull request #73 from passenger0245/master

- fix scaling issues
This commit is contained in:
Neil Alexander 2019-08-06 12:48:32 +01:00 committed by GitHub
commit 688d374435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,20 @@ section {
flex: auto;
max-width: 100vw;
margin-right: 20px;
@media screen and (max-width: 767px) {
@media screen and (max-width: 768px) {
margin-top: 20px;
border: 0;
float: none;
position: relative;
flex: initial;
word-break: break-word;
table {
thead {
th {
min-width: 90px;
}
}
}
}
}
@ -32,15 +44,20 @@ header {
flex: initial;
position: relative;
margin-right: 1em;
@media screen and (max-width: 767px) {
@media screen and (max-width: 768px) {
> p {
padding-right: 20%;
}
font-size: 0;
margin: 0;
padding: 0;
&:before {
content:'\2261';
display: block;
position: absolute;
left: 0px;
font-size: 32px;
top: -30px;
font-size: 40px;
top: -38px;
}
img {
display: none;
@ -50,6 +67,11 @@ header {
top: -23px;
left: 50px;
}
a {
&:hover {
font-weight: initial;
}
}
&:hover {
padding: 0;
font-size: initial;
@ -59,13 +81,17 @@ header {
}
position: fixed;
height: 100%;
overflow: scroll;
overflow-y: scroll;
background-color: white;
top: 0px;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: 100;
padding-top: 45px;
padding-top: 20px;
padding-bottom: 50px;
padding-left: 20px;
p {
a {
font-size: 24px;