Skip to content
Snippets Groups Projects
Commit da7b1c4a authored by JuanPi Carbajal's avatar JuanPi Carbajal
Browse files

modify main.css: fix logo size for smaller screens

parent c678e8cc
No related branches found
No related tags found
No related merge requests found
......@@ -201,8 +201,8 @@ img {
-moz-transition: visibility 0.5s, opacity 0.5s ease-in-out;
transition: visibility 0.5s, opacity 0.5s ease-in-out;
left: 50%;
width: 130px;
margin-top: -55px;
width: 50px;
margin-top: -25px;
}
.navbar-custom .avatar-container .avatar-img-border {
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment