Open floodsk opened 7 years ago
@floodsk This has been addressed.
Using the terminal app do the following:
cd
with the path to where you downloaded the portfolio repo. No worries if you don't know it if you find the repo in the finder app you can drag the folder named portfolio into the terminal app and it will place the path info for you. NOTE: Remember to type cd
+ a space character.git pull origin master command
to get the latest changes.git pull
is done you can then run php -S localhost:8080
to start a PHP development server.localhost:8080
in a browser URL bar and see your local website running.ctrl + c
in the terminal where you ran the php -S localhost:8080
when you are done this will deactivate the development server.Now there is 40px margin. Should be 24px. See attached.
@floodsk I have addressed this further.
Using the terminal app do the following:
cd
with the path to where you downloaded the portfolio repo. No worries if you don't know it if you find the repo in the finder app you can drag the folder named portfolio into the terminal app and it will place the path info for you. NOTE: Remember to type cd + a space character
.git pull origin master
command to get the latest changes.git pull
is done you can then run php -S localhost:8080
to start a PHP development server.localhost:8080
in a browser URL bar and see your local website running.ctrl + c
in the terminal where you ran the php -S localhost:8080
when you are done this will deactivate the development server.
Environment: Interior Pages Breakpoints: 992 and up There is too much top padding between the body copy and the tags. Should be 24px