master
Tancre 6 years ago
parent dcbe08c010
commit 8e25471368

@ -12,7 +12,11 @@
h1 {font-family: "Times New Roman", Times, serif;}
h2 {font-family: "Times New Roman", Times, serif;}
section {
section{
width: 100%;
}
article {
width: 640px;
font-size: 16px;
}
@ -30,6 +34,12 @@
}
}
@media only screen and (max-width: 640px) {
article {
width: auto;
}
}
</style>
</head>

Loading…
Cancel
Save