From b129be9d05b9d5c0d076b6d9ae66572692291775 Mon Sep 17 00:00:00 2001 From: pnt20057979 <23672111.toan@student.iuh.edu.vn> Date: Sat, 22 Feb 2025 19:26:34 +0700 Subject: [PATCH] Changing the height and the width of the circle --- .github/workflows/close_prs.yml | 14 -------------- style.css | 4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .github/workflows/close_prs.yml diff --git a/.github/workflows/close_prs.yml b/.github/workflows/close_prs.yml deleted file mode 100644 index 0d0cc57ea..000000000 --- a/.github/workflows/close_prs.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Close Pull Request - -on: - pull_request_target: - types: [opened] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: superbrothers/close-pull-request@v3 - with: - # Optional. Post a issue comment just before closing a pull request. - comment: "Congratulations! You have completed the lab. Closing for maintainence purpose." diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }