Projects Card: Update ongoing projects
Use a table instead of a the <ul> with links to the blog posts.
This commit is contained in:
parent
8904b6b97f
commit
1740002e69
2 changed files with 92 additions and 21 deletions
|
@ -231,6 +231,14 @@
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
/* Labels (badges) */
|
||||
/* Hardcoded label color to make it look like a module,
|
||||
* so it can be used in other contexts (e.g. static homepage content). */
|
||||
.ui.label.is-module {
|
||||
background-color: #514b3c !important;
|
||||
color: #eee !important;
|
||||
}
|
||||
|
||||
/* Footer. */
|
||||
footer {
|
||||
color: var(--color-footer-text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue