Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Rhys Evans
Team 5 - Smart Towns
Commits
f582da7e
Commit
f582da7e
authored
1 year ago
by
Gabriel Copat
Browse files
Options
Downloads
Patches
Plain Diff
More styling Updates
parent
9210707e
No related branches found
Branches containing commit
No related tags found
1 merge request
!19
Resolve "As a user I want the website to be mobile friedly so that I can use it on the go"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/static/css/allTrails.css
+13
-12
13 additions, 12 deletions
src/main/resources/static/css/allTrails.css
src/main/resources/static/css/templatingstyle.css
+4
-5
4 additions, 5 deletions
src/main/resources/static/css/templatingstyle.css
with
17 additions
and
17 deletions
src/main/resources/static/css/allTrails.css
+
13
−
12
View file @
f582da7e
...
...
@@ -10,34 +10,34 @@ body {
}
main
{
}
.centerFlex
{
display
:
flex
;
justify-content
:
center
;
}
#allTrailsBar
{
padding
:
0
;
max-width
:
80%
;
height
:
1
1
svh
;
marg
in
:
1
svh
auto
;
width
:
100%
;
height
:
auto
;
/*margin
: 1svh
auto;*/
padd
in
g
:
0
5
svh
;
display
:
flex
;
justify-content
:
space-between
;
/*border-bottom: solid grey 2px;*/
/*border-top: solid grey 4px;*/
flex-wrap
:
wrap
;
justify-content
:
space-evenly
;
}
.trailsImages
{
margin
:
auto
;
height
:
1
0
svh
;
width
:
10
svh
;
margin
:
1
svh
auto
;
height
:
1
2
svh
;
width
:
auto
;
border-radius
:
20px
;
border
:
solid
grey
2px
;
transition
:
0.5s
ease-out
100ms
;
box-shadow
:
0
10px
20px
rgba
(
0
,
0
,
0
,
0.85
);
}
.trailsImages
:hover
{
box-shadow
:
0
0
20px
10px
#bbbb00
;
transform
:
scale
(
1.2
,
1.2
);
!important;
overflow
:
visible
;
}
.selected
{
...
...
@@ -101,6 +101,7 @@ main {
margin-right
:
2vw
;
width
:
100%
;
height
:
auto
;
box-shadow
:
0
10px
20px
-10px
black
;
}
&
p
{
grid-area
:
text
;
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/static/css/templatingstyle.css
+
4
−
5
View file @
f582da7e
...
...
@@ -3,13 +3,11 @@
border-bottom
:
2px
rgb
(
230
,
230
,
230
)
solid
;
margin-bottom
:
20px
;
display
:
flex
;
background
:
blueviolet
;
background
-color
:
rgb
(
84
,
33
,
128
)
;
}
/* Navbar Links */
.navBar
{
margin-top
:
50px
;
margin-left
:
auto
;
margin-right
:
20px
;
margin
:
2
svh
1vw
2
svh
auto
;
text-align
:
right
;
}
.work
{
...
...
@@ -58,8 +56,9 @@ footer {
margin-top
:
auto
;
display
:
flex
;
justify-content
:
center
;
background
:
blueviolet
;
background
-color
:
rgb
(
84
,
33
,
128
)
;
border-top
:
2px
rgb
(
230
,
230
,
230
)
solid
;
font-size
:
1vw
;
}
.footerBar
{
...
...
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