fixed mobile phone
This commit is contained in:
parent
bb4b98453d
commit
829dff1d9f
1 changed files with 13 additions and 2 deletions
|
@ -161,11 +161,22 @@ main a {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small devices */
|
/* Small devices */
|
||||||
@media only screen and (min-width : 480px) {
|
@media only screen and (max-width : 575px) {
|
||||||
|
body {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#personal {
|
#personal {
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
|
max-width: 150px;
|
||||||
float: center;
|
float: center;
|
||||||
padding: 10px 10px 10px 20px;
|
padding: 0px 0px 0px 20px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
header {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.content-wrapper {
|
||||||
|
padding: 40px 0px 10px 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue