[Communities] Fixed bottom padding.
This commit is contained in:
parent
35f7daf77f
commit
30518ea977
@ -264,6 +264,8 @@ header * {
|
|||||||
#nodes {
|
#nodes {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-color: #F6F4F6;
|
||||||
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nodes td, #nodes th {
|
#nodes td, #nodes th {
|
||||||
@ -280,7 +282,7 @@ header * {
|
|||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #A22430;
|
background-color: #A22430;
|
||||||
color: white;
|
color: #F6F4F6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user