Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSP-Maastricht
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
2024 Competition
MSP-Maastricht
Commits
e1e04c75
Commit
e1e04c75
authored
6 months ago
by
Arina Filatova
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /docs/README.md - /docs/.vuepress/styles/index.scss
parent
c03270d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#432937
passed
6 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/.vuepress/styles/index.scss
+22
-1
22 additions, 1 deletion
docs/.vuepress/styles/index.scss
docs/README.md
+5
-2
5 additions, 2 deletions
docs/README.md
with
27 additions
and
3 deletions
docs/.vuepress/styles/index.scss
+
22
−
1
View file @
e1e04c75
...
...
@@ -7,4 +7,25 @@ h1, h2, h3, h4, h5, h6, p, a, span, strong {
strong
,
b
{
font-family
:
'Red Hat Display'
,
sans-serif
;
font-weight
:
700
;
/* or whatever weight you prefer */
}
\ No newline at end of file
}
.video-wrapper
{
display
:
flex
;
justify-content
:
center
;
/* Centers the video horizontally */
align-items
:
center
;
/* Centers the video vertically (if necessary) */
position
:
relative
;
width
:
100%
;
padding-bottom
:
56
.25%
;
/* 16:9 Aspect Ratio */
height
:
0
;
overflow
:
hidden
;
}
.video-wrapper
iframe
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
border
:
0
;
/* Optional: removes the iframe border */
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/README.md
+
5
−
2
View file @
e1e04c75
...
...
@@ -53,7 +53,10 @@ footer: true
</ul>
</div>
</div>
<div
class=
"video-container"
>
<iframe
title=
"MSP-Maastricht: Natronaut - Turning the Tide Against Coastal Eutrophication! (2024) - Project Promotion [English]"
src=
"https://video.igem.org/videos/embed/4433d43e-ed40-44d2-ab56-bda202561712?start=0s"
frameborder=
"0"
allowfullscreen
sandbox=
"allow-same-origin allow-scripts allow-popups allow-forms"
></iframe>
<div
class=
"video-wrapper"
>
<iframe title="MSP-Maastricht: Natronaut - Turning the Tide Against Coastal Eutrophication! (2024) - Project Promotion [English]"
src="https://video.igem.org/videos/embed/4433d43e-ed40-44d2-ab56-bda202561712?start=0s"
frameborder="0" allowfullscreen sandbox="allow-same-origin allow-scripts allow-popups allow-forms">
</iframe>
</div>
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