@import '../../shared/styles/variables'; @import '../../shared/styles/share-link'; .tag-info { padding: 40px; box-sizing: border-box; background-color: white; width: 60%; @media (max-width: 1100px) { width: 100%; } } .tag-info:after, .tag-info:before { content: ""; display: table; } .tag-info h1 { color: $headers-color; text-transform: capitalize; font-weight: normal; } .methods { display: block; position: relative;; }