mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 12:11:58 +00:00
11 lines
172 B
SCSS
11 lines
172 B
SCSS
#pitch {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
h1 {
|
|
margin: 0;
|
|
display: inline-block;
|
|
max-width: 73vw;
|
|
}
|
|
} |