Update 2 files
- /html/src/css/style.css - /html/editpage.php
This commit is contained in:
parent
60d9005e52
commit
e0ace972b7
@ -94,7 +94,7 @@ if(isset($fichier)) {
|
|||||||
foreach($pages as $page) {
|
foreach($pages as $page) {
|
||||||
if($page != "." && $page != "..") {
|
if($page != "." && $page != "..") {
|
||||||
if (is_file($repertoire . "content/" . $page)) {
|
if (is_file($repertoire . "content/" . $page)) {
|
||||||
echo "<a href='?page=" . pathinfo($page, PATHINFO_FILENAME) . "' class='article-link'><div class='article'><div class='article-content'><h2>" . pathinfo($page, PATHINFO_FILENAME) . "</h2></div></div></a>";
|
echo "<a href='?page=" . pathinfo($page, PATHINFO_FILENAME) . "' class='article-link'><div class='article'><div class='article-content'>" . pathinfo($page, PATHINFO_FILENAME) . "</div></div></a>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -116,7 +116,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-content {
|
.article-content {
|
||||||
padding: 1em;
|
padding: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 750px) {
|
@media(max-width: 750px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user