From c474810275be07b57688c9100b7d7cd97fa448f3 Mon Sep 17 00:00:00 2001 From: Pradeep-rb095 <142312401+Pradeep-rb095@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:33:54 +0530 Subject: [PATCH 1/2] Set up CI with Azure Pipelines Committed [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..27a798ad8 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' From bea33dfee3b2ae6c5421118bebd5586bd4d650aa Mon Sep 17 00:00:00 2001 From: Pradeep-rb095 <142312401+Pradeep-rb095@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:56:13 +0530 Subject: [PATCH 2/2] Update site.css committed updated site.css file --- wwwroot/css/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index c486131d5..c9702785d 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -3,6 +3,7 @@ for details on configuring this project to bundle and minify static web assets. a.navbar-brand { white-space: normal; + text-align: center; word-break: break-all; } @@ -10,7 +11,7 @@ a.navbar-brand { /* Sticky footer styles -------------------------------------------------- */ html { - font-size: 14px; + font-size: 15px; } @media (min-width: 768px) { html {