mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
13 lines
170 B
CSS
13 lines
170 B
CSS
.logo {
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
align-items: center;
|
|
align-content: center;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
.logo h1 {
|
|
font-size: 1.5rem;
|
|
margin: 0;
|
|
}
|