style: mobile css
This commit is contained in:
parent
8f34df0cbd
commit
deea763923
@ -133,6 +133,24 @@ html, body {
|
|||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
|
||||||
|
@media screen and (max-width:960px) {
|
||||||
|
|
||||||
|
#container {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.projimg {
|
||||||
|
float:clear;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.projbody_halfw {
|
||||||
|
float:clear;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* */
|
||||||
|
|
||||||
#ivylogo {
|
#ivylogo {
|
||||||
background:transparent url('ivysaur24.png') no-repeat 0 0;
|
background:transparent url('ivysaur24.png') no-repeat 0 0;
|
||||||
width:24px;
|
width:24px;
|
||||||
|
Reference in New Issue
Block a user