Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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'
3 changes: 2 additions & 1 deletion wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
font-size: 15px;
}
@media (min-width: 768px) {
html {
Expand Down