Skip to content
Snippets Groups Projects
Commit eba36540 authored by ext.sopra.ncastejon's avatar ext.sopra.ncastejon
Browse files

Homogeneize the padding for cards in Info, API and Downloads tabs.

parent 3aa1749d
Branches
Tags
1 merge request!73Development
Pipeline #5277 passed
...@@ -69,7 +69,7 @@ h4 { ...@@ -69,7 +69,7 @@ h4 {
@media screen and (min-width: $tablet) { @media screen and (min-width: $tablet) {
margin-bottom: 1rem; margin-bottom: 1rem;
padding: 1.5rem; padding: 1.7rem 2rem;
box-shadow: 0 6px 12px 0 rgba(129, 128, 128, 0.1); box-shadow: 0 6px 12px 0 rgba(129, 128, 128, 0.1);
} }
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
.resource-download { .resource-download {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
background-color: white; background-color: white;
padding: 2.5rem; padding: 1.7rem 2rem;
box-shadow: 0 6px 12px 0 rgba(129, 128, 128, 0.1); box-shadow: 0 6px 12px 0 rgba(129, 128, 128, 0.1);
border-radius: 8px; border-radius: 8px;
border-bottom: 2px solid $grey-background-color; border-bottom: 2px solid $grey-background-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment