Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
06125ff4
Commit
06125ff4
authored
Jan 25, 2018
by
Aria Givi
Browse files
Header-Logo Position gefixt, Text auf den about und datenschutz Seiten vergroessert
parent
50ebc8ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/searchbar.less
View file @
06125ff4
...
...
@@ -275,18 +275,21 @@ div:hover>.searchbar-tooltip {
header {
margin-left: 50px;
padding-top: 10px;
display:flex;
display:
flex;
flex-direction: column;
position: fixed;
z-index: 100;
max-width: 700px;
width:100%;
background-color: #FAFAFA;
@media (max-width:
799
px) {
@media (max-width:
1070
px) {
margin-left: 0px;
-webkit-box-pack: center;
justify-content: center;
max-width: 799px;
max-width: 1070px;
}
@media (max-width: 1400px) {
position: relative;
}
#research-bar {
...
...
resources/assets/less/metager/specific.less
View file @
06125ff4
...
...
@@ -133,7 +133,14 @@ a.navbar-brand {
}
.dotlist li {
margin-bottom: 5px;
margin-bottom: 5px !important;
font-size: 16px;
}
.emphasize {
@media (min-width: 768px) {
font-size: 17px;
}
}
form.contact {
...
...
resources/views/about.blade.php
View file @
06125ff4
...
...
@@ -5,7 +5,7 @@
@
section
(
'content'
)
<
h1
>
{{
trans
(
'about.head.1'
)
}}
</
h1
>
<
h2
>
{{
trans
(
'about.head.3'
)
}}
</
h2
>
{
!!
trans
(
'about.3.0'
)
!!
}
<
p
class
=
"lead"
>
{
!!
trans
(
'about.3.0'
)
!!
}
</
p
>
<
ul
class
=
"dotlist"
>
<
li
>
{
!!
trans
(
'about.3.1'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'about.3.2'
)
!!
}
</
li
>
...
...
resources/views/datenschutz.blade.php
View file @
06125ff4
...
...
@@ -6,8 +6,8 @@
@
section
(
'content'
)
<
h1
>
{
!!
trans
(
'datenschutz.head'
)
!!
}
</
h1
>
<
p
>
{
!!
trans
(
'datenschutz.general.1'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'datenschutz.general.3'
)
!!
}
</
p
>
<
p
class
=
"emphasize"
>
{
!!
trans
(
'datenschutz.general.1'
)
!!
}
</
p
>
<
p
class
=
"emphasize"
>
{
!!
trans
(
'datenschutz.general.3'
)
!!
}
</
p
>
<
h2
>
{
!!
trans
(
'datenschutz.policy.1'
)
!!
}
</
h2
>
<
ul
class
=
"dotlist"
>
<
li
>
{
!!
trans
(
'datenschutz.policy.2'
)
!!
}
</
li
>
...
...
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