diff options
-rw-r--r-- | src/public/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/public/styles.css b/src/public/styles.css index deaf63d..22ee99f 100644 --- a/src/public/styles.css +++ b/src/public/styles.css | |||
@@ -362,6 +362,11 @@ form { | |||
362 | } | 362 | } |
363 | 363 | ||
364 | @media (min-width: 768px) { | 364 | @media (min-width: 768px) { |
365 | :root { | ||
366 | --border-radius-card: 2vmin; | ||
367 | --border-radius-media: 1vmin; | ||
368 | --border-radius-preview: 0.5vmin; | ||
369 | } | ||
365 | .post, .comments-container, .hero, .header, .footer { | 370 | .post, .comments-container, .hero, .header, .footer { |
366 | flex: 1 1 90%; | 371 | flex: 1 1 90%; |
367 | width: 90%; | 372 | width: 90%; |
@@ -404,6 +409,10 @@ form { | |||
404 | } | 409 | } |
405 | 410 | ||
406 | @media (min-width: 1080px) { | 411 | @media (min-width: 1080px) { |
412 | :root { | ||
413 | --border-radius-card: 1vmin; | ||
414 | --border-radius-media: 1vmin; | ||
415 | } | ||
407 | .post, .comments-container, .hero, .header, .footer { | 416 | .post, .comments-container, .hero, .header, .footer { |
408 | flex: 1 1 60%; | 417 | flex: 1 1 60%; |
409 | width: 60%; | 418 | width: 60%; |
@@ -450,6 +459,10 @@ form { | |||
450 | } | 459 | } |
451 | 460 | ||
452 | @media (min-width: 2560px) { | 461 | @media (min-width: 2560px) { |
462 | :root { | ||
463 | --border-radius-card: 0.75vmin; | ||
464 | --border-radius-media: 0.75vmin; | ||
465 | } | ||
453 | .post, .comments-container, .hero, .header, .footer { | 466 | .post, .comments-container, .hero, .header, .footer { |
454 | flex: 1 1 40%; | 467 | flex: 1 1 40%; |
455 | width: 40%; | 468 | width: 40%; |