Browse Source

Styles

imwald
Nuša Pukšič 7 months ago
parent
commit
4553ddc43a
  1. 8
      assets/styles/app.css
  2. 2
      assets/styles/layout.css

8
assets/styles/app.css

@ -145,7 +145,7 @@ svg.icon {
.featured-list > * { .featured-list > * {
box-sizing: border-box; /* so padding/border don't break the layout */ box-sizing: border-box; /* so padding/border don't break the layout */
margin-bottom: 5px; margin-bottom: 10px;
padding: 10px; padding: 10px;
} }
@ -163,7 +163,7 @@ svg.icon {
} }
.featured-list > * { .featured-list > * {
margin-bottom: 0; margin-bottom: 10px;
padding: 0; padding: 0;
} }
} }
@ -188,7 +188,7 @@ div:nth-child(odd) .featured-list {
} }
.featured-list .card { .featured-list .card {
margin-bottom: 0; margin-bottom: 10px;
} }
.featured-list .card:not(:last-child) { .featured-list .card:not(:last-child) {
@ -272,7 +272,7 @@ div:nth-child(odd) .featured-list {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
gap: 2em; gap: 20px;
padding: 0; padding: 0;
} }

2
assets/styles/layout.css

@ -152,7 +152,7 @@ dt {
display: none; /* Hide the sidebars on small screens */ display: none; /* Hide the sidebars on small screens */
} }
main { main {
margin-top: 120px; margin-top: 90px;
width: 100%; width: 100%;
} }
} }

Loading…
Cancel
Save