Test ressources version mobile

This commit is contained in:
Adrien Bourmault 2021-09-05 17:53:01 +02:00
parent 3c4162a05b
commit caa028d753
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 5 additions and 7 deletions

View File

@ -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 */