Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ubezi
web-ausstellung-virtuell.de
Commits
16e8109c
Commit
16e8109c
authored
Jan 05, 2018
by
Jonas Heinrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mobile view
parent
51a1d403
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
Makefile
Makefile
+5
-0
css/main.css
css/main.css
+1
-1
index.html
index.html
+2
-1
No files found.
Makefile
0 → 100644
View file @
16e8109c
deploy_staging
:
scp
-r
*
http-pub.pi:/var/www/ausstellung-virtuell.de/staging/
deploy_master
:
scp
-r
*
http-pub.pi:/var/www/ausstellung-virtuell.de/master/
css/main.css
View file @
16e8109c
...
...
@@ -151,7 +151,7 @@ h1, h2, h3, h4, h5, h6 {
color
:
rgba
(
255
,
255
,
255
,
.5
);
}
@media
screen
and
(
max-width
:
4
4.001em
)
{
@media
only
screen
and
(
max-
device-
width
:
4
80px
)
{
.container
{
height
:
100vh
;
...
...
index.html
View file @
16e8109c
...
...
@@ -3,6 +3,7 @@
<head>
<meta
data-react-helmet=
"true"
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Ausstellung-Virtuell | Folge und Varianz
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/player.css"
>
...
...
@@ -47,8 +48,8 @@
<input
type=
"range"
id=
"volume-bar"
value=
"100"
>
<button
type=
"button"
class=
"icon full-screen"
id=
"fullscreen"
>
<img
class=
"icon-screen"
src=
images/icon_fullscreen.png
>
<!-- <span class="icon-screen" aria-hidden="true"></span> -->
</button>
<!-- <span class="icon-screen" aria-hidden="true"></span> -->
<div
class=
"clearfix"
></div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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