projects
/
website
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
commons-logging might interfere with slf4j
[website]
/
src
/
main
/
webapp
/
less
/
tablet
/
head.less
1
@media (max-width: @maxsmalltablet)
2
{
3
#logo
4
{
5
font-size: 650%; /* 104px */
6
}
7
#slogan
8
{
9
font-size: 150%; /** 24px */
10
}
11
}
12
13
@media (max-width: @maxsmallertablet)
14
{
15
#logo
16
{
17
font-size: 487.5%; /* 78px */
18
}
19
#slogan
20
{
21
font-size: 112.5%; /** 18px */
22
}
23
}
24