Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
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
Bielefeld-CeBiTec
Commits
b5add09b
Commit
b5add09b
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
ssh://gitlab.igem.org/2024/bielefeld-cebitec
parents
379f3a5c
3112c2ba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#456606
failed
5 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App/mediarules.css
+2
-16
2 additions, 16 deletions
src/App/mediarules.css
src/contents/notebook.tsx
+17
-12
17 additions, 12 deletions
src/contents/notebook.tsx
with
19 additions
and
28 deletions
src/App/mediarules.css
+
2
−
16
View file @
b5add09b
...
...
@@ -89,22 +89,8 @@
.bfh-slider
{
width
:
100em
!important
;
max-width
:
250px
!important
;
}
.sidebar
,
#eng-sidebar
{
display
:
block
;
/* Sicherstellen, dass die Sidebar sichtbar ist */
width
:
100%
;
/* Die Sidebar nimmt die volle Breite ein */
position
:
relative
;
/* Sidebar bleibt relativ zum Inhalt */
padding
:
10px
;
/* Etwas Abstand für die Sidebar */
background-color
:
#f8f9fa
;
/* Beispiel Hintergrundfarbe */
z-index
:
1000
;
/* Sicherstellen, dass es über dem Inhalt bleibt */
}
}
/* Hauptinhalt unter der Sidebar */
.content
{
width
:
100%
;
/* Der Inhalt nimmt die volle Breite ein */
margin-top
:
20px
;
/* Etwas Platz unter der Sidebar */
}
}
.tag
{
width
:
min-content
!important
;
...
...
@@ -198,8 +184,8 @@ body {
.row
{
display
:
grid
!important
;
}
}
/*For small Smartphones*/
@media
screen
and
(
max-width
:
750px
){
...
...
This diff is collapsed.
Click to expand it.
src/contents/notebook.tsx
+
17
−
12
View file @
b5add09b
import
H
1
from
"
../components/Headings
"
;
import
H
2
from
"
../components/Headings
"
;
import
{
useTabNavigation
}
from
"
../utils/TabNavigation
"
;
export
function
Notebook
()
{
useTabNavigation
();
return
(
<>
<
div
className
=
"row mt-4"
>
<
div
className
=
"col-lg-8"
>
<
strong
>
<
H1
text
=
"Ich bin ein Header!"
/>
</
strong
>
<
i
>
<
p
>
Ich bin ein Paragraph.
</
p
>
</
i
>
<
div
>
<
H2
text
=
"Lab journals"
/>
<
div
className
=
'row'
>
<
div
className
=
"col"
>
<
figure
>
<
img
src
=
"https://static.igem.wiki/teams/5247/photos/for-wiki-texts/meth-patch-clamp/bild-meth-patch-clamp.png"
alt
=
"Text test"
/>
<
figcaption
><
b
>
Figure 1.
</
b
>
Text test
</
figcaption
>
</
figure
>
</
div
>
<
div
className
=
"col"
>
<
figure
>
<
img
src
=
"https://static.igem.wiki/teams/5247/photos/for-wiki-texts/meth-patch-clamp/bild-meth-patch-clamp.png"
alt
=
"Text2"
/>
<
figcaption
><
b
>
Figure 2.
</
b
>
Text2
</
figcaption
>
</
figure
>
</
div
>
</
div
>
</>
</
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