Skip to content

Commit

Permalink
Merge pull request #54 from dadoagency/martink-rsa/fix-adv-3-section
Browse files Browse the repository at this point in the history
fix: change css selector for section
  • Loading branch information
martink-rsa committed Dec 23, 2020
2 parents 73ef4b2 + 7665b99 commit f1d3d2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/templates/AdvertorialType3/AdvertorialType3.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const MainContainer = styled.div`
padding: 0;
box-shadow: 0 0 28px -1px rgba(0, 0, 0, 0.05);
background: #fff;
section {
.section {
padding: 20px 20px;
@media (min-width: 992px) {
padding: 20px 30px;
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1660,9 +1660,9 @@
tslib "~2.0.1"

"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@^7.1.2", "@graphql-tools/utils@^7.1.4", "@graphql-tools/utils@^7.1.5", "@graphql-tools/utils@^7.1.6":
version "7.1.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.1.6.tgz#307e99f9a1a39ee3202ccdf8ce7528d4fe1a6103"
integrity sha512-vupjLA3lobKaqFsQJoPqaUhZ525F+SbqhAtZl/mug96EAjjGMi1KpZMqIMP+eyYlVQFgyV1Mej9LALrGU1c9SQ==
version "7.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.2.0.tgz#e1d57c0b17231356c9df44c0a4e66a03814775b4"
integrity sha512-dVQHhuh/W6KlmSOQZliHH7ba41dsCOhqPwkeW6dwOjy0FqSx/hGihKZyABDmjNkDbowr2141aAIJYfj2XdoX8Q==
dependencies:
"@ardatan/aggregate-error" "0.0.6"
camel-case "4.1.2"
Expand Down Expand Up @@ -7803,9 +7803,9 @@ ejs@^3.1.2:
jake "^10.6.1"

electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.621:
version "1.3.631"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.631.tgz#b28ebc7bfb348bb0aede2fae8888d775ddb6f5ee"
integrity sha512-mPEG/52142po0XK1jQkZtbMmp38MZtQ3JDFItYxV65WXyhxDYEQ54tP4rb93m0RbMlZqQ+4zBw2N7UumSgGfbA==
version "1.3.632"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.632.tgz#3b1d89fe5065dd6a65a1dafc25bbe6f218ca9326"
integrity sha512-LkaEH9HHr9fodmm3txF4nFMyHN3Yr50HcpD/DBHpLCxzM9doV8AV0er6aBWva4IDs2aA9kGguces0rp+WKL7rg==

elegant-spinner@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit f1d3d2a

Please sign in to comment.