Skip to content
Snippets Groups Projects
Commit a2e47f9a authored by Chris Hallberg's avatar Chris Hallberg Committed by Demian Katz
Browse files

Browse padding adjustment.

parent 3701ad23
Branches
Tags
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -140,9 +140,9 @@ footer { ...@@ -140,9 +140,9 @@ footer {
.browse-container { display: flex; } .browse-container { display: flex; }
.browse-list { .browse-list {
flex-basis: 25%; flex-basis: 25%;
padding-left: .5rem; padding-right: 1rem;
padding-right: .5rem;
} }
.browse-list:last-child { padding-right: 0; }
} }
// List item styling // List item styling
.browse-item { .browse-item {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment