Update CSS

This commit is contained in:
Thomas Dehaeze 2020-11-12 16:53:54 +01:00
parent 5287c3b9d1
commit 71177d1515
3 changed files with 42 additions and 16 deletions

View File

@ -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;
}
}

View File

@ -428,7 +428,6 @@ table tr:nth-child(2n) td{
}
#toggle-sidebar {
background-color: #2980B9;
display: block;
margin-bottom: 1.6em;
padding: 0.6em;

View File

@ -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;
}
}