Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
c3446ba9
Commit
c3446ba9
authored
Jun 17, 2019
by
Ulrike Uhlig
Browse files
Adapt partner page better for mobile devices
parent
030375ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/local.css
View file @
c3446ba9
...
...
@@ -1345,13 +1345,10 @@ div#highlight p {
font-weight
:
bold
;
color
:
#bbb
;
overflow
:
hidden
;
width
:
120px
;
text-align
:
left
;
clear
:
left
;
line-height
:
1.4em
;
margin-right
:
2em
;
margin-top
:
1em
;
float
:
left
;
}
#pagebody
.currentpartner
{
...
...
@@ -1387,10 +1384,9 @@ div#highlight p {
-moz-transition-duration
:
0.6s
;
-webkit-transition-duration
:
0.6s
;
transition-duration
:
0.6s
;
/*height: 85px;*/
width
:
auto
;
max-width
:
100%
;
height
:
auto
;
}
#pagebody
.partner
:hover
img
{
opacity
:
0.8
;
}
...
...
@@ -1409,3 +1405,13 @@ div#highlight p {
filter
:
none
;
opacity
:
1
;
}
@media
all
and
(
min-width
:
600px
)
{
#pagebody
.amount-range
{
float
:
left
;
clear
:
left
;
width
:
120px
;
}
#pagebody
.currentpartner
{
margin-left
:
120px
;
}
}
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