Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
IDATT2106 Scrum Team 02
Frontend
Merge requests
!19
Handleliste
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Handleliste
handleliste
into
main
Overview
0
Commits
18
Pipelines
2
Changes
25
Merged
Sondre Malerud
requested to merge
handleliste
into
main
2 years ago
Overview
0
Commits
18
Pipelines
2
Changes
25
Expand
2
0
2
3
2
1
1
3
2
Merge request reports
Compare
main
version 1
7471a654
2 years ago
main (base)
and
latest version
latest version
4c177394
18 commits,
2 years ago
version 1
7471a654
17 commits,
2 years ago
25 files
+
1077
−
75
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
src/assets/main.css
+
5
−
1
Options
@@ -25,10 +25,14 @@ a,
body
{
display
:
flex
;
place-items
:
center
;
justify-content
:
center
;
align-items
:
center
;
}
#app
{
display
:
grid
;
padding
:
0
2rem
;
padding
:
2rem
2rem
;
}
}
Loading