modified: diff.css

modified:   meta.css
This commit is contained in:
russellballestrini 2019-01-30 09:38:25 -05:00
parent 27363f18e3
commit 8540476799
2 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ button.link {
.remarkbox-menu {
width: 100%;
position: fixed;
top: 94px;
top: 85px;
left: 0;
background-color: #fcf9f9;
}
@ -74,7 +74,7 @@ button.link {
}
.avatar-nav {
margin-right: 16px;
margin-left: 16px;
}
ol, ul {

View file

@ -118,14 +118,14 @@ li {
.has-docked-nav .navbar {
display: block;
padding-top: 15px;
padding-bottom: 10px;
padding-top: 10px;
padding-bottom: 4px;
border-bottom: 1px solid #eee;
}
.navlinks {
float: right;
padding-right: 40px;
padding-right: 20px;
padding-top: 10px;
}