Skip to content

Commit

Permalink
actu final
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaxium69 committed Apr 23, 2022
1 parent cfc1603 commit 2732759
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/bot/recup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function getAllActu(){

require "api/db.php";

$requestNews = "SELECT * FROM announcement";
$requestNews = "SELECT * FROM announcement ORDER BY id DESC";

$allActu = mysqli_query($ConnectDB, $requestNews);

Expand Down
7 changes: 7 additions & 0 deletions css/actu.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
background-size: 100%;
}

@media (max-width: 460px) {
#start .ac-head {
background-size: 147%;
}

}

#start .ac-centertext{
position: absolute;
width: 70%;
Expand Down

0 comments on commit 2732759

Please sign in to comment.