Create RWD breakpoints

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-04-12 09:39:38 +02:00
parent dee7647f13
commit 1e01ceae3a

View File

@@ -18,4 +18,9 @@ $hover-duration: 0.3s;
$github-color: #f3f3f3; $github-color: #f3f3f3;
$twitter-color: #26a6d1; $twitter-color: #26a6d1;
$facebook-color: #3b5998; $facebook-color: #3b5998;
$phone: 576px;
$tablet: 768px;
$desktop: 992px;
$desktop-xl: 1200px;