Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idatt2106_2024_02_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 - Gruppe 2
idatt2106_2024_02_frontend
Commits
2afa83cd
Commit
2afa83cd
authored
1 year ago
by
Ina Martini
Browse files
Options
Downloads
Patches
Plain Diff
style(start_page): make the startpage more responsive
parent
1ff7585b
No related branches found
Branches containing commit
No related tags found
3 merge requests
!66
Final merge
,
!11
Feat/startpage/design start page
,
!4
Pipeline fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/StartView.vue
+3
-3
3 additions, 3 deletions
src/views/StartView.vue
with
3 additions
and
3 deletions
src/views/StartView.vue
+
3
−
3
View file @
2afa83cd
...
...
@@ -6,18 +6,18 @@
<div
class=
"flex flex-col items-center pt-40 absolute top-0 left-0 right-0 z-10"
>
<img
src=
"@/assets/start_page/Spare.png"
alt=
"Spare"
class=
"w-1/6 h-auto"
/>
<img
src=
"@/assets/SPARESTI.png"
alt=
"SPARESTI"
class=
"w-5/12 h-auto mt-2"
/>
<p
class=
"mt-2 text-2xl font-bold"
>
GJØR SPARING TIL EN LEK!
</p>
<p
class=
"mt-2
lg:
text-2xl
md:text-lg text-sm
font-bold"
>
GJØR SPARING TIL EN LEK!
</p>
</div>
<div
class=
"flex flex-col -translate-y-1/2 items-end space-y-6 z-20 absolute sm:top-1/4 sm:left-3/4 sm:w-1/6 top:1/2 w-2/3 right-1/2"
>
<button
class=
"md:py-3 md:px-
16
py-2 px-12 border border-[#95E35D] shadow-lg rounded-lg transition-all duration-500 bg-[#95E35D] hover:bg-white text-xs sm:text-base"
class=
"md:py-3 md:px-
0 md:w-3/4
py-2 px-12 border border-[#95E35D] shadow-lg rounded-lg transition-all duration-500 bg-[#95E35D] hover:bg-white text-xs sm:text-base"
@
click=
""
>
Start her!
</button>
<button
class=
"md:py-3 md:px-
16
py-2 px-12 border border-[#95E35D] shadow-lg rounded-lg transition-all duration-500 bg-white hover:bg-[#95E35D] text-xs sm:text-base"
class=
"md:py-3 md:px-
0 md:w-3/4
py-2 px-12 border border-[#95E35D] shadow-lg rounded-lg transition-all duration-500 bg-white hover:bg-[#95E35D] text-xs sm:text-base"
@
click=
""
>
Logg inn
...
...
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