Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TU-Delft
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
TU-Delft
Commits
d45c6736
Commit
d45c6736
authored
7 months ago
by
Shraddha Raghuram
Browse files
Options
Downloads
Patches
Plain Diff
Update file navbar.css
parent
e01a2f75
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#406912
passed
7 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/navbar.css
+0
-5
0 additions, 5 deletions
static/navbar.css
with
0 additions
and
5 deletions
static/navbar.css
+
0
−
5
View file @
d45c6736
...
...
@@ -16,10 +16,6 @@ body, html {
body
{
background
:
#C6EBE8
;
}
.content
{
margin-top
:
0
;
/* Ensure no margin pushes the content up */
padding-top
:
0
;
/* Ensure no padding pushes the content up */
}
.my-nav
{
/* top: 0;
width: 100%;
...
...
@@ -33,7 +29,6 @@ body{
transition: all 0.2s linear; */
position
:
fixed
;
/* Keep the navbar fixed at the top of the viewport */
top
:
0
;
/* Align it to the very top of the page */
right
:
0
;
width
:
100%
;
/* Make sure it spans the full width of the page */
z-index
:
10
;
/* Ensure it stays above other content */
backdrop-filter
:
blur
(
5px
);
/* Optional: Keep this for a blurred background */
...
...
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