UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform-one-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
static-sites
platform-one-site
Commits
828d8d38
Commit
828d8d38
authored
4 years ago
by
Graham Smith
Browse files
Options
Downloads
Patches
Plain Diff
remove width constraint
parent
78acb203
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.vue
+0
-10
0 additions, 10 deletions
src/App.vue
src/components/NavBar.vue
+0
-1
0 additions, 1 deletion
src/components/NavBar.vue
src/components/PageHeader.vue
+2
-1
2 additions, 1 deletion
src/components/PageHeader.vue
with
2 additions
and
12 deletions
src/App.vue
+
0
−
10
View file @
828d8d38
...
...
@@ -24,19 +24,10 @@ export default {
@import
"node_modules/bootstrap/scss/bootstrap"
;
@import
"node_modules/bootstrap-vue/src/index.scss"
;
$max-body-width
:
1440px
;
html
{
// rubber-band overscroll color and determines the scrollbar color on chrome for mac
background-color
:
$primary-bg-color
;
}
// show a light-colored scrollbar on xxl displays so that the scrollbar is visible
// against the dark vertical bars
@media
(
min-width
:
$max-body-width
)
{
html
{
background-color
:
#000000
;
}
}
body
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
...
...
@@ -48,7 +39,6 @@ body {
}
#app
{
max-width
:
$max-body-width
;
background-color
:
$primary-bg-color
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
This diff is collapsed.
Click to expand it.
src/components/NavBar.vue
+
0
−
1
View file @
828d8d38
...
...
@@ -38,7 +38,6 @@ export default {
<
style
lang=
"scss"
scoped
>
.navbar
{
background-color
:
$secondary-bg-color
;
max-width
:
1440px
;
margin-left
:
auto
;
margin-right
:
auto
;
...
...
This diff is collapsed.
Click to expand it.
src/components/PageHeader.vue
+
2
−
1
View file @
828d8d38
...
...
@@ -35,12 +35,13 @@ export default {
.page-header
{
background-color
:
$secondary-bg-color
;
background-image
:
url(~@/assets/images/tech-bg.jpg)
;
background-position-y
:
-
4
20px
;
background-position-y
:
-2
6
0px
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
overflow
:
auto
;
margin-bottom
:
7rem
;
margin-top
:
98px
;
background-size
:
cover
;
.title
,
.subtext
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment