mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
a bit better small-screen support
This commit is contained in:
parent
a2fedb2fbc
commit
baef6f5a2c
19
css/main.css
19
css/main.css
@ -427,17 +427,26 @@ Small Device Styles
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
#downloads {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.inner {
|
||||
min-width: 320px;
|
||||
max-width: 480px;
|
||||
}
|
||||
|
||||
#project_title {
|
||||
font-size: 32px;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
#project_tagline {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
float: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user