Welcome to mirror list, hosted at ThFree Co, Russian Federation.

breakpoints.scss « custom « sass « static - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a6bfa3a5dc8c8cd8edaa27551a97c3ce0496eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
////
/// Breakpoints
////

// Medium breakpoint
@media screen and (min-width: 40em) {

}

// Desktop breakpoint
@media screen and (min-width: 60em) {

}