look image à propos
This commit is contained in:
parent
02c04da325
commit
0f5c4e511a
@ -99,7 +99,7 @@ GEM
|
||||
pygments.rb (0.3.7)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
rack (1.4.4)
|
||||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
rack-ssl (1.3.3)
|
||||
|
@ -139,6 +139,13 @@ body{
|
||||
margin:auto;
|
||||
|
||||
}
|
||||
|
||||
.text{
|
||||
img{
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
#pagination{
|
||||
|
||||
@ -257,6 +264,44 @@ width:100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 890px) {
|
||||
|
||||
#main{
|
||||
|
||||
|
||||
|
||||
|
||||
.text{
|
||||
img{
|
||||
max-width:110% !important;
|
||||
margin-left:-5%;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
#main{
|
||||
|
||||
|
||||
|
||||
|
||||
.text{
|
||||
img{
|
||||
max-width:130% !important;
|
||||
margin-left:-20%;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1250px) {
|
||||
|
||||
.portfolio{
|
||||
|
Loading…
x
Reference in New Issue
Block a user