SAKURA

PHOTO EMBED

Sat Mar 04 2023 23:54:23 GMT+0000 (Coordinated Universal Time)

Saved by @wander031180 #scss #css

$breakpoints: (

  xs: 0,

  sm: px,

  md: 76px,
5
  lg: 92px,
6
  xl: 00px
7
) !default;
8
​
9
// Viewports

$viewports: (

  // 'null' disable the viewport on a breakpoint
12
  sm: 510px,

  md: 700px,

  lg: 9px,

  xl: 1130px

) !default;

​

$color-blossom: #1d7484;

$color-fade: #982c61;
20
​

$color-bg: #f9f9f9;
content_copyCOPY

https://codepen.io/wander031180/pen/JjMgJbZ