centered tag line and up the font
This commit is contained in:
@@ -484,7 +484,8 @@ $style = @'
|
||||
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; }
|
||||
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
||||
|
||||
@@ -602,6 +603,7 @@ $style = @'
|
||||
font-size: 1.2rem;
|
||||
color: var(--light-gray-color);
|
||||
font-style: italic;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
|
||||
Reference in New Issue
Block a user