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 */
|
/* low-res CSS */
|
||||||
@media only screen and (max-width: 600px) {
|
@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 */
|
/* type adjustments */
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
@ -384,6 +378,11 @@ footer a::before {
|
||||||
padding: 1em 6%;
|
padding: 1em 6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -423,7 +422,6 @@ footer a::before {
|
||||||
.latest-articles li, .a-lec-resources li {
|
.latest-articles li, .a-lec-resources li {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* adjusting footer type, icons */
|
/* adjusting footer type, icons */
|
||||||
|
|
Loading…
Reference in New Issue