summaryrefslogtreecommitdiffstats
path: root/public/projects/new-vhost.jpg
Commit message (Expand)AuthorAgeFilesLines
* fix(project): make sure the project cover is displayedArmand Philippot2022-01-271-0/+0
17 18 19 20
@use "../../abstracts/functions" as fun;

@mixin styles {
  figure {
    display: flex;
    flex-flow: column;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  figcaption {
    margin: 0;
    padding: fun.convert-px(4) var(--spacing-2xs);
    background: var(--color-bg-secondary);
    border: fun.convert-px(1) solid var(--color-border-light);
    font-weight: 500;
  }
}