update ui

This commit is contained in:
Simon Vieille 2021-04-24 15:13:54 +02:00
parent 47385e9aa3
commit c15ce9da3e
2 changed files with 2 additions and 1 deletions

View file

@ -181,7 +181,7 @@ tr.table-primary-light {
.body {
padding-top: 60px;
width: calc(100vw - 260px);
width: calc(100% - 260px);
margin-left: 260px;
display: inline-block;

View file

@ -191,6 +191,7 @@ pre[class*="language-"] {
background-size: 100% 200%;
color: $color-white;
animation: gradientBackground 10s ease infinite;
text-shadow: 0px 0px 6px #000;
}
.fixed-menu {