Skip to content

Commit

Permalink
Update website.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nikol-ruseva authored Jul 13, 2022
1 parent 68a93d2 commit 57f9fdd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,14 @@ span.run-code-loading {

@media screen and (max-width: 768px) {
.logo {
content: url("/assets/software-university-vertical-logo.png");
content: url("/assets/software-university-vertical-logo.svg");
padding-top: 0.5em;
width: 80px;
display: inline-block;
position: left;
display: flex;
align-items: center;
margin-right: auto;
padding-left: 1.5em;

}
.topnav a {
padding-left: 0em;
Expand Down

0 comments on commit 57f9fdd

Please sign in to comment.