mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-26 09:16:08 +00:00
16 lines
250 B
CSS
16 lines
250 B
CSS
.title-page h1 {
|
|
font-size: 2em;
|
|
padding: 0.25em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.credits {
|
|
padding: 0.5em;
|
|
text-align: left;
|
|
justify-content: flex-start;
|
|
}
|
|
.credits > div > a {
|
|
display: block;
|
|
font-size: 0.75em;
|
|
line-height: 1.2;
|
|
}
|