Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hui
Thesis_AR Visualization
Commits
5be0c9ca
Commit
5be0c9ca
authored
Jul 17, 2021
by
Hui
Browse files
Replace mobile.css
parent
cd506b7b
Pipeline
#4558
passed with stages
in 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
public/assets/css/mobile.css
View file @
5be0c9ca
@media
only
screen
and
(
max-width
:
800px
)
{
.content
{
padding-left
:
5%
;
padding-right
:
5%
;
}
nav
{
background-color
:
rgba
(
16
,
16
,
16
,
0.8
);
height
:
auto
;
padding
:
0
;
position
:
absolute
;
right
:
-40%
;
top
:
20px
;
width
:
40%
;
margin
:
0
;
z-index
:
1000
;
transition
:
right
0.4s
;
}
nav
ul
{
flex-direction
:
column
;
}
nav
li
{
display
:
block
;
padding-top
:
10px
;
padding-bottom
:
10px
;
margin-top
:
10px
;
margin-bottom
:
10px
;
}
nav
a
{
font-size
:
0.8em
;
}
nav
a
:hover
{
border-bottom
:
unset
;
padding-bottom
:
unset
;
}
.hamburger
{
display
:
none
;
flex-direction
:
column
;
justify-content
:
space-between
;
width
:
40px
;
height
:
40px
;
background-color
:
rgba
(
16
,
16
,
16
,
0.8
);
margin-top
:
20px
;
padding
:
8px
;
transition
:
margin-right
0.4s
;
}
.line
{
background-color
:
white
;
height
:
2px
;
}
.slide-nav
{
right
:
0
;
}
.slide-hamburger
{
margin-right
:
40%
;
}
.overflow-visible
{
overflow
:
visible
;
}
.logo
{
width
:
80px
;
height
:
80px
;
margin-left
:
8vw
;
}
@media
only
screen
and
(
max-width
:
800px
)
{
.content
{
padding-left
:
5%
;
padding-right
:
5%
;
}
nav
{
background-color
:
rgba
(
16
,
16
,
16
,
0.8
);
height
:
auto
;
padding
:
0
;
position
:
absolute
;
right
:
-40%
;
top
:
20px
;
width
:
40%
;
margin
:
0
;
z-index
:
1000
;
transition
:
right
0.4s
;
}
nav
ul
{
flex-direction
:
column
;
}
nav
li
{
display
:
block
;
padding-top
:
10px
;
padding-bottom
:
10px
;
margin-top
:
10px
;
margin-bottom
:
10px
;
}
nav
a
{
font-size
:
0.8em
;
}
nav
a
:hover
{
border-bottom
:
unset
;
padding-bottom
:
unset
;
}
.hamburger
{
display
:
none
;
flex-direction
:
column
;
justify-content
:
space-between
;
width
:
40px
;
height
:
40px
;
background-color
:
rgba
(
16
,
16
,
16
,
0.8
);
margin-top
:
20px
;
padding
:
8px
;
transition
:
margin-right
0.4s
;
}
.line
{
background-color
:
white
;
height
:
2px
;
}
.slide-nav
{
right
:
0
;
}
.slide-hamburger
{
margin-right
:
40%
;
}
.overflow-visible
{
overflow
:
visible
;
}
.logo
{
width
:
80px
;
height
:
80px
;
margin-left
:
8vw
;
}
}
@media
only
screen
and
(
max-width
:
400px
)
{
#projectlogo
img
{
width
:
50px
;
}
#projectname
{
font-size
:
12px
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment