We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9548c6e + 8eff0d3 commit 9004059Copy full SHA for 9004059
addon/styles/global.css
@@ -253,20 +253,12 @@ img {
253
max-width: 100%;
254
}
255
256
-/*
257
-@media (max-width: 1280px) and (min-width: 421px) {
258
- body,
259
- html {
+@media (max-width: 1080px) {
+ hr {
+ margin: var(--spacing-2) 0px;
260
261
262
263
-@media (max-width: 520px) {
264
265
266
- }
267
-}
268
-*/
269
-
270
/* move beyond this point */
271
272
.content-section {
0 commit comments