Merge pull request #28 from Nez27/feature/fix-UI

Fix UI and update README
This commit is contained in:
Loi Phan
2023-08-01 16:34:05 +07:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
+4 -4
View File
@@ -34,10 +34,10 @@
- Timeline:
- Estimate: 6 days
- Actual: 12 days.
- Actual: 13 days.
- Calendar:
- Start: 2023/07/13
- End: ...
- End: 2023/08/01
## Development Environment
@@ -48,9 +48,9 @@
- Step 1: Clone repository.
- With HTTPS:
- `$ git clone https://github.com/phuocduong-agilityio/loi-phan-internship.git`.
- `$ git clone https://github.com/Nez27/loi-phan-internship.git`.
- Step 2: Move to folder which just cloned in your computer.
- `cd ./internship-loi-phan`.
- `cd ./loi-phan-internship`.
- Step 3: Move it to branch html-css-practice-two.
- `$ git checkout html-css-practice-two`.
- Step 4: Move to folder practice-02.
@@ -99,6 +99,10 @@
.service {
max-width: $max-width;
&__img-container {
margin-inline: auto;
}
&__main-img {
@include set-location($top: 30px, $left: 25px);
}
@@ -136,7 +140,6 @@
@include size($width: 100%);
max-width: 460px;
margin-inline: auto;
}
&__img-container {