Commit c80b4a61 authored by SpinShare's avatar SpinShare

removed redundant code

parent e4a9e3f9
...@@ -133,14 +133,10 @@ ...@@ -133,14 +133,10 @@
margin-bottom: 15px; margin-bottom: 15px;
font-family: 'Oswald', sans-serif; font-family: 'Oswald', sans-serif;
} }
& .actions {
display: grid;
grid-template-columns: auto auto auto auto 1fr;
grid-gap: 15px;
}
& .actions { & .actions {
display: grid; display: grid;
grid-template-columns: 1fr auto; grid-template-columns: 1fr auto;
grid-gap: 15px;
align-items: center; align-items: center;
& .show-all { & .show-all {
......
Markdown is supported
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