mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
10.45.2022 39d9b481382ccf4811d32ad677a5746e0d1b8556
Merge branch 'feature/refactor-css-to-scss' of github.com:alexanderdavide/anatole into feature/refactor-css-to-scss
2 files modified
3 ■■■■■ changed files
assets/scss/partials/components/_languageswitch.scss 1 ●●●● patch | view | raw | blame | history
assets/scss/partials/components/_portfolio.scss 2 ●●●●● patch | view | raw | blame | history
assets/scss/partials/components/_languageswitch.scss
@@ -45,7 +45,6 @@
      box-shadow: $shadow;
      border-color: $primary;
      border-radius: 2px 0px 0px 0px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      height: 14px;
      bottom: 0px;
      left: calc(50% / 2);
assets/scss/partials/components/_portfolio.scss
@@ -50,7 +50,6 @@
        max-width: inherit;
        @media screen and (min-width: 961px), print {
          max-width: 400px;
          width: 60%;
          object-fit: contain;
          max-width: none;
@@ -122,7 +121,6 @@
    cursor: pointer;
    border: 1px solid $primary-light;
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
    border-radius: 999em;
    padding: 10px;