fin du responsive sur les deux dernières pages avec le tableau et les images
This commit is contained in:
parent
13c54f4b19
commit
07702a251d
@ -412,7 +412,10 @@ h2{
|
|||||||
|
|
||||||
//responsive
|
//responsive
|
||||||
img, table{
|
img, table{
|
||||||
max-width:100%;
|
a {
|
||||||
|
max-width: 80%;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 880px) {
|
@media screen and (max-width: 880px) {
|
||||||
//menu
|
//menu
|
||||||
@ -420,7 +423,7 @@ img, table{
|
|||||||
display: block;
|
display: block;
|
||||||
z-index: 300;
|
z-index: 300;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #00BD00;
|
color: #62bfe7;
|
||||||
z-index:111;
|
z-index:111;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:10px;
|
top:10px;
|
||||||
@ -428,6 +431,14 @@ img, table{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
font-size: 11px;
|
||||||
|
span {
|
||||||
|
font-size: 12px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#menu_top{
|
#menu_top{
|
||||||
position:static;
|
position:static;
|
||||||
min-height:0;
|
min-height:0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user