mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-21 14:12:28 -05:00
21 lines
383 B
Cheetah
21 lines
383 B
Cheetah
|
<style>
|
||
|
.page-content.home ul,
|
||
|
.page-content.dashboard ul{
|
||
|
padding-inline-start: 15px;
|
||
|
}
|
||
|
|
||
|
ul.two-col {
|
||
|
columns: 2;
|
||
|
}
|
||
|
|
||
|
.page-content.home .ui.cards>.card, .ui.card,
|
||
|
.page-content.dashboard .ui.cards>.card, .ui.card {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.page-content.home .hero p {
|
||
|
width: 70%;
|
||
|
font-size: 1.2rem;
|
||
|
}
|
||
|
</style>
|