Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UBC-Vancouver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
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
2023 Competition
UBC-Vancouver
Commits
a302a841
Commit
a302a841
authored
1 year ago
by
Lucy Hao
Browse files
Options
Downloads
Patches
Plain Diff
fix video aspect ratio and pad
parent
470462ff
No related branches found
No related tags found
No related merge requests found
Pipeline
#296251
passed
1 year ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/landingpage/PillarsLanding.js
+4
-3
4 additions, 3 deletions
components/landingpage/PillarsLanding.js
with
4 additions
and
3 deletions
components/landingpage/PillarsLanding.js
+
4
−
3
View file @
a302a841
...
...
@@ -8,8 +8,10 @@ const AlternateColors = styled.div`
a {
color: #272727;
}
padding-bottom: 5%;
padding-top: 5%;
`
;
export
default
function
PillarsLanding
()
{
return
(
<
AlternateColors
className
=
{
"
padded-with-margins
"
+
"
landing-page
"
}
>
...
...
@@ -109,11 +111,10 @@ export default function PillarsLanding() {
<
/p
>
<
div
style
=
{{
width
:
"
100%
"
,
width
:
"
75vw
"
,
position
:
"
relative
"
,
display
:
"
block
"
,
height
:
"
90vh
"
,
marginBlock
:
"
2%
"
,
height
:
"
42.18vw
"
,
}}
>
<
iframe
...
...
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