fix logo anf taglines
This commit is contained in:
@@ -767,10 +767,8 @@ $style = @'
|
||||
height: 100%; overflow: hidden;
|
||||
}
|
||||
|
||||
/* hide monkey in header */
|
||||
.logo-right
|
||||
|
||||
.logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; }
|
||||
|
||||
.logo-container img { max-width:300px; height:auto; }
|
||||
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
||||
|
||||
@@ -1342,13 +1340,12 @@ $style
|
||||
{{moduleVersion}}
|
||||
</div>
|
||||
|
||||
<!-- SAMY Logo (right) -->
|
||||
<div class="logo-right" style="text-align:right;">
|
||||
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png" alt="SAMY Logo" style="max-width:180px;">
|
||||
<div id="tagline" style="font-size:1.1rem; color:var(--light-gray-color); font-weight:bold;">Script Automation Monkey (Yeah!)</div>
|
||||
<!-- Centered rotating tagline -->
|
||||
<div id="tagline" style="font-size:1.1rem; color:var(--light-gray-color); font-weight:bold; text-align:center;">
|
||||
Script Automation Monkey (Yeah!)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="sidebar">
|
||||
|
||||
Reference in New Issue
Block a user