summaryrefslogtreecommitdiffstats
path: root/src/pages/cv.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/cv.tsx')
0 files changed, 0 insertions, 0 deletions
d='n33' href='#n33'>33 34 35 36 37 38 39 40 41 42
@use "@styles/abstracts/functions" as fun;

.img {
  margin: 0;
}

.txt {
  padding: var(--spacing-sm);
}

.widget {
  &--left {
    .img {
      margin-right: auto;
    }

    .txt {
      text-align: left;
    }
  }

  &--center {
    .img {
      margin-left: auto;
      margin-right: auto;
    }

    .txt {
      text-align: center;
    }
  }

  &--right {
    .img {
      margin-left: auto;
    }

    .txt {
      text-align: right;
    }
  }
}