i've adapted css use in website , can't quite figure out why 1 aspect of page acting way acting. basically, when shrink window below size horizontally, of text "drops down". becomes issue if user viewing website through ipad vertical orientation. can view issue here . i'm hoping make if window gets smaller, placement of text remains intact. the problem area not have enough space put both side navigation , content on 1 line. make automatically adjust page's width when exceeds decrements of width. this code example, , highly unlikely work. if see css more clearly, provide exact code. @media , (max-width:960px) { /* assuming #wrapper 960px across */ #content {width:560px;} /* opposed 720px */ } edit the content drops down @ 980px, have shrink width after there. @media , (max-width:980px) { #container {width:520px;} }
i new satis , found tutorial: https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md . but still can't myself started. satis installed project based? if so, mean have install satis on every new project? i tried run composer.phar create-project composer/satis --stability=dev folder , error message saying composer.phar not found. so, try composer create-project composer/satis --stability=dev , create new folder called satis inside folder run composer. so, how install satis , use it? know video tutorial teach on this? can't find on youtube. thank you. after download satis, need create config json file location towards repositories. name whatever like. after that, execute bin/satis command create web viewer. like php bin/satis build mi-config.json web/ if latter command works have configured correctly satis server. then, need include repositories source in main composer.json file: "repositories": [ { "typ...
Comments
Post a Comment