look image à propos

This commit is contained in:
Nicolas Bally 2013-03-21 20:53:15 +01:00
parent 02c04da325
commit 0f5c4e511a
2 changed files with 46 additions and 1 deletions

View File

@ -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)

View File

@ -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{