fixes
This commit is contained in:
parent
0f4083458f
commit
298287636b
2 changed files with 6 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ a:hover {
|
|||
text-decoration: underline
|
||||
}
|
||||
|
||||
.content p {
|
||||
.content p, p {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
|
|
@ -286,6 +286,7 @@ html.has-navbar-fixed-top {
|
|||
background-position: 70% 0%;
|
||||
width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
margin-top: -30px;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue