Update CSS
This commit is contained in:
parent
5287c3b9d1
commit
71177d1515
@ -50,5 +50,19 @@ table {
|
||||
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
max-width: 1200px;
|
||||
margin-left: 300px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
#org-div-home-and-up {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
margin: 10px;
|
||||
right: 0;
|
||||
}
|
||||
#org-div-home-and-up > a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
@ -428,7 +428,6 @@ table tr:nth-child(2n) td{
|
||||
}
|
||||
|
||||
#toggle-sidebar {
|
||||
background-color: #2980B9;
|
||||
display: block;
|
||||
margin-bottom: 1.6em;
|
||||
padding: 0.6em;
|
||||
|
@ -428,7 +428,6 @@ table tr:nth-child(2n) td{
|
||||
}
|
||||
|
||||
#toggle-sidebar {
|
||||
background-color: #2980B9;
|
||||
display: block;
|
||||
margin-bottom: 1.6em;
|
||||
padding: 0.6em;
|
||||
@ -1303,5 +1302,19 @@ table {
|
||||
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
max-width: 1200px;
|
||||
margin-left: 300px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
#org-div-home-and-up {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
margin: 10px;
|
||||
right: 0;
|
||||
}
|
||||
#org-div-home-and-up > a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user