diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..27a798ad83 --- /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' diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index c486131d5a..c9702785d3 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 {