Test ressources version mobile
This commit is contained in:
parent
3c4162a05b
commit
caa028d753
12
styles.css
12
styles.css
|
@ -361,12 +361,6 @@ footer a::before {
|
|||
/* low-res CSS */
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
||||
/* these download links make approximately zero sense
|
||||
on a phone without a user-accessible file system. */
|
||||
.summary p:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* type adjustments */
|
||||
h1 {
|
||||
margin-top: 30px;
|
||||
|
@ -383,6 +377,11 @@ footer a::before {
|
|||
.adhesion p:last-child {
|
||||
padding: 1em 6%;
|
||||
}
|
||||
|
||||
li {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -423,7 +422,6 @@ footer a::before {
|
|||
.latest-articles li, .a-lec-resources li {
|
||||
float: none;
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* adjusting footer type, icons */
|
||||
|
|
Loading…
Reference in New Issue