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
|
||||
img, table{
|
||||
max-width:100%;
|
||||
a {
|
||||
max-width: 80%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 880px) {
|
||||
//menu
|
||||
@ -420,7 +423,7 @@ img, table{
|
||||
display: block;
|
||||
z-index: 300;
|
||||
font-size: 30px;
|
||||
color: #00BD00;
|
||||
color: #62bfe7;
|
||||
z-index:111;
|
||||
position:fixed;
|
||||
top:10px;
|
||||
@ -428,6 +431,14 @@ img, table{
|
||||
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 11px;
|
||||
span {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#menu_top{
|
||||
position:static;
|
||||
min-height:0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user