geosem42 / laravel-reddit

Reddit clone built with Laravel 5
http://maghnatis.com
GNU General Public License v3.0
102 stars 33 forks source link

@media (min-width:1200px){.container{width:1600px}} #3

Open laoyuan opened 8 years ago

laoyuan commented 8 years ago

compare these two css file, I found they're different! And 1600px cause display problem if your browser-width less than 1600px.

https://github.com/Halnex/laravel-reddit/blob/master/public/assets/css/bootstrap.min.css http://maghnatis.com/assets/css/bootstrap.min.css

hashimshafiq commented 7 years ago

Change it to 1200 and you are good to go.