mirror of
https://github.com/typemill/typemill.git
synced 2025-10-22 18:16:49 +02:00
13 lines
212 B
CSS
13 lines
212 B
CSS
.landingpageintro h1{
|
|
display: inline-block;
|
|
background: white;
|
|
padding: 4px 10px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.landingpageintro p{
|
|
display: inline;
|
|
background: white;
|
|
line-height: 2.1rem;
|
|
padding: 6px 4px 4px;
|
|
} |