diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e99d5b4..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -# You can override the included template(s) by including variable overrides -# SAST customization: https://docs.gitlab.com/user/application_security/sast/#available-cicd-variables -# Secret Detection customization: https://docs.gitlab.com/user/application_security/secret_detection/pipeline/configure/ -# Dependency Scanning customization: https://docs.gitlab.com/user/application_security/dependency_scanning/dependency_scanning_sbom/#customizing-analyzer-behavior -# Container Scanning customization: https://docs.gitlab.com/user/application_security/container_scanning/#customizing-analyzer-behavior -# Note that environment variables can be set in several places -# See https://docs.gitlab.com/ci/variables/#cicd-variable-precedence -stages: -- test -- secret-detection -variables: - SECRET_DETECTION_ENABLED: 'true' -secret_detection: - stage: secret-detection -include: -- template: Security/Secret-Detection.gitlab-ci.yml diff --git a/index.html b/index.html index ec0ebf7..9a3a791 100644 --- a/index.html +++ b/index.html @@ -52,9 +52,9 @@ diff --git a/styles.css b/styles.css index da81fdb..a2d9448 100644 --- a/styles.css +++ b/styles.css @@ -143,9 +143,9 @@ footer a:hover { footer svg { margin-left: 0.25rem; - height: 1em; - width: 1em; - vertical-align: -0.15rem; + height: 1.25em; + width: 1.25em; + vertical-align: -0.25rem; fill: currentColor; }