diff --git a/myriad/static/style.css b/myriad/static/style.css index c566772..35fe802 100644 --- a/myriad/static/style.css +++ b/myriad/static/style.css @@ -75,7 +75,7 @@ form textarea{ } .manage_images_2{ clear:both; - width:500px; + width:600px; } .manage_icons_3{ display:block; @@ -229,8 +229,9 @@ form textarea{ margin-top:20px; } #nav{ + margin-left:-20px; margin-right:20px; - flex:20%; + flex:25%; height:fit-content; position:sticky; position: -webkit-sticky; @@ -256,7 +257,13 @@ form textarea{ @media (max-width: 1000px) { #main{ - width:90%; + width:100%; + margin-left:-20px; + } + .profile{ + width:100%; + margin:auto; + margin-top:20px; } #nav{ display:none; @@ -274,7 +281,16 @@ form textarea{ margin-top:10px; } .container{ - margin:20px; + margin-top:20px; + margin-left:auto; + margin-right:auto; + width:300px; + } + .icon{ + width:80px; + height:80px; + } + .manage_icons_3, .manage_blinkies_3, .manage_stamps_3{ + clear:both; } - } diff --git a/myriad/templates/base.html b/myriad/templates/base.html index cd55b55..97a7ca0 100644 --- a/myriad/templates/base.html +++ b/myriad/templates/base.html @@ -8,7 +8,7 @@ {% endfor %} - + @@ -25,7 +25,7 @@