2.2.4 Official Version
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="top-title">
|
||||
<h1><img class="top-logo rounded" src="../../src/logo.png" alt="Logo"> Subsonics</h1>
|
||||
<img class="top-logo rounded" src="../../src/logo.png" alt="Logo">
|
||||
<img class="top-title-image rounded" src="../../src/title.png" alt="Logo">
|
||||
</div>
|
||||
<button id="minimizeBtn" class="buttonReduce"><i class="fas fa-window-minimize"></i></button>
|
||||
<button id="closeBtn" class="buttonClose"><i class="fas fa-times"></i></button>
|
||||
|
@ -20,14 +20,15 @@ body {
|
||||
padding: 5% !important;
|
||||
padding-bottom: 0% !important;
|
||||
color: white;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.top-logo {
|
||||
|
||||
width: 15%;
|
||||
|
||||
|
||||
margin-left: 20px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -51,6 +52,15 @@ body {
|
||||
|
||||
}
|
||||
|
||||
.top-title-image {
|
||||
|
||||
width: 80%;
|
||||
margin-top: 6px;
|
||||
margin-right: 20px;
|
||||
margin-left: 4px;
|
||||
|
||||
}
|
||||
|
||||
.buttonClose:hover {
|
||||
|
||||
color: red;
|
||||
|
Reference in New Issue
Block a user