mirror of
https://github.com/safing/web
synced 2025-09-04 03:59:03 +00:00
Fix card styling
This commit is contained in:
parent
15bf4ac636
commit
cffd8ea866
1 changed files with 13 additions and 0 deletions
|
@ -10,6 +10,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#page-container content .progress-update {
|
||||||
|
h4{
|
||||||
|
font-size: 1.125rem;
|
||||||
|
margin: 0;
|
||||||
|
padding-left: .75rem;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
hr{
|
||||||
|
margin: 0;
|
||||||
|
border-top-width: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#page-container content {
|
#page-container content {
|
||||||
p {
|
p {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue