瀏覽代碼

UI: Minor adjustment for logos

Alessandro Pignotti 2 年之前
父節點
當前提交
59fe7fbe70
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      index.html

+ 3 - 3
index.html

@@ -77,19 +77,19 @@ __      __   _  __   ____  __
                 <a id="loginLink" style="text-decoration: none; height: 100%; cursor:not-allowed;">
                   <div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
                     <span id="networkStatus">Connect via Tailscale </span>
-                    <img src="assets/tailscale.svg" height="40px" style="margin-left: 7px;">
+                    <img src="assets/tailscale.svg" height="35px" style="margin-left: 7px;">
                   </div>
                 </a>
                 <a href="https://discord.gg/yTNZgySKGa" style="text-decoration: none; height: 100%;" target="_blank">
                   <div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
                     <span>Join Discord </span>
-                    <img src="assets/discord-mark-blue.svg" height="40px" style="margin-left: 7px;">
+                    <img src="assets/discord-mark-blue.svg" height="35px" style="margin-left: 7px;">
                   </div>
                 </a>
                 <a href="https://github.com/leaningtech/webvm/issues" style="text-decoration: none; height: 100%;" target="_blank">
                   <div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
                     <span>GitHub Issues </span>
-                    <img src="assets/github-mark-white.svg" height="40px" style="margin-left: 5px;">
+                    <img src="assets/github-mark-white.svg" height="35px" style="margin-left: 5px;">
                   </div>
                 </a>
               </div>