Skip to content

Commit a93cae2

Browse files
authored
Update style.css
1 parent e5f1a35 commit a93cae2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

public/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,15 @@ body::after {
125125

126126
.logo-container {
127127
display: flex;
128-
align-items: center;
128+
flex-direction: column;
129+
align-items: flex-start;
130+
}
131+
132+
.logo-subtitle {
133+
front-size:0.75rem;
134+
color: #a0a0a0;
135+
margin-top: 4px;
136+
letter-spacing: 0.5px;
129137
}
130138

131139
.brand-logo {

0 commit comments

Comments
 (0)