Responsive: small: <1280 --> <1350
This commit is contained in:
parent
50390e623c
commit
1e3ca78430
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ $link_color: #07a;
|
||||||
$fg_color: #555;
|
$fg_color: #555;
|
||||||
$head_bg_color: #060033;
|
$head_bg_color: #060033;
|
||||||
|
|
||||||
$resp_small: 1280px;
|
$resp_small: 1350px;
|
||||||
$resp_vsmall: 1000px;
|
$resp_vsmall: 1000px;
|
||||||
|
|
||||||
$profile_pic_wid: 350px;
|
$profile_pic_wid: 350px;
|
||||||
|
|
|
@ -62,7 +62,7 @@ body {
|
||||||
margin: 40px;
|
margin: 40px;
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
height: auto; }
|
height: auto; }
|
||||||
@media (max-width: 1280px) {
|
@media (max-width: 1350px) {
|
||||||
#main-container .profilepic {
|
#main-container .profilepic {
|
||||||
max-width: 180px; } }
|
max-width: 180px; } }
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
|
|
Loading…
Reference in a new issue