Merge pull request 'fix menu for mobile' (#17) from LibreHacker/switching:master2 into master
Reviewed-on: http://git.macaw.me:3000/Tolstoevsky/switching/pulls/17
This commit is contained in:
commit
7b2130c678
@ -24,7 +24,7 @@
|
||||
height: 99%;
|
||||
color: #c5c6c7;
|
||||
padding: 1% 1% 1% 1%;
|
||||
margin: 1% 1% 1% 1%;
|
||||
margin: 15% 1% 1% 1%;
|
||||
}
|
||||
|
||||
.imgblock img {
|
||||
|
@ -37,18 +37,19 @@ input[type=checkbox] {
|
||||
}
|
||||
|
||||
label {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
display: none;
|
||||
width: 2em;
|
||||
height: .5em;
|
||||
padding: .05em;
|
||||
padding: 20px;
|
||||
font-size: 1.1em;
|
||||
color: #fff;
|
||||
transition: color .3s ease-in-out;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
margin: 0;
|
||||
background-color:blue;
|
||||
}
|
||||
|
||||
/* big screens */
|
||||
|
Loading…
Reference in New Issue
Block a user