projects
/
website
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
WIP:bulma:neu
[website]
/
less
/
phone
/
footer.less
1
#footer > #footerlinks
2
{
3
position: static;
4
border-style: none;
5
}
6
#footer > #footerlinks > li.about
7
{
8
display: none;
9
}
10
#footer > #footerlinks > li.f
11
{
12
color: @hintergrund;
13
line-height: 1em;
14
margin: 0 1em 0 0;
15
padding: 0 0 .5em 0;
16
}
17
#footer > #footerlinks > li.f > a.f
18
{
19
color: @hintergrund;
20
border-color: @hintergrund;
21
}
22
#footer > #footerlinks > li#copyright
23
{
24
position: static;
25
float: right;
26
width: auto;
27
font-size: 137.5%;
28
margin: 0;
29
@media (max-width: 229px)
30
{
31
color: @schrift;
32
flow: none;
33
width: 100%;
34
}
35
}