centered tag line and up the font

This commit is contained in:
2025-05-28 22:42:56 -04:00
parent e89f9e4050
commit 34385abca9

View File

@@ -484,7 +484,8 @@ $style = @'
height: 100%; overflow: hidden; height: 100%; overflow: hidden;
} }
.logo-container { display: flex; justify-content: space-between; align-items: center; padding:20px; }
.logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; }
.logo-container img { max-width:300px; height:auto; } .logo-container img { max-width:300px; height:auto; }
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; } .subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
@@ -602,6 +603,7 @@ $style = @'
font-size: 1.2rem; font-size: 1.2rem;
color: var(--light-gray-color); color: var(--light-gray-color);
font-style: italic; font-style: italic;
justify-self: center;
} }
@media (max-width:768px) { @media (max-width:768px) {