Adjusting markup for feed cards to use the same elements regardless of size, and then use CSS classes to set the size as appropriate. Fixes #36
This commit is contained in:
@@ -166,6 +166,10 @@ html::-webkit-scrollbar-thumb {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.giant, .card p.giant, .card ul.giant {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.col-container {
|
||||
margin: 0 -15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user