From a54ecd779dc3e6bc602e0717b05d296cbe2da33e Mon Sep 17 00:00:00 2001 From: eli6529 Date: Thu, 20 Feb 2025 14:06:48 -0600 Subject: [PATCH] changing the height and 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; }