Skip to content

Instantly share code, notes, and snippets.

View krstivoja's full-sized avatar
:bowtie:
Working on something exciting

Marko Krstic krstivoja

:bowtie:
Working on something exciting
View GitHub Profile
@krstivoja
krstivoja / Container-Gutter-Breakpoints.css
Last active September 21, 2020 17:31
Container, Gutter, Breakpoints
.container {
padding: 15px;
}
@media screen and (min-width: 480px) {
.container {
padding: 30px;
}
}
@media screen and (min-width: 640px) {
.container {