Compare commits

..

No commits in common. "063049112bad5fc5df3ff2a0d9ac3dca7a8a3583" and "1d7f0637fb62cb54cb3b1019b15da660d4c1eec0" have entirely different histories.

2 changed files with 12 additions and 24 deletions

View file

@ -5,18 +5,6 @@ main {
width: 100%;
}
section {
display: block;
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 50px;
font-size: 1.2rem;
margin-top: 40px;
}
table {
margin: 50px;
border-collapse: collapse;
@ -42,7 +30,7 @@ table td {
.tr-th th {
padding: 20px;
color: black;
font-size: 1.2rem;
font-size: 30px;
}
.tr-td {
@ -63,14 +51,14 @@ div.content {
border: 2px solid black;
}
@media (max-width: 1020px) {
table {
width: 100%;
}
.tr-th th {
height: width;
padding: 5px;
font-size: 0.5rem;
}
section {
display: block;
background-color: rgba(255,255,255,0.5);
width: 80%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 50px;
font-size: 1.2rem;
margin-top: 40px;
}

View file

@ -7,7 +7,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
{
$planning = (int) htmlspecialchars($_GET['planning']);
} else {
header('Location: planning.php?planning=1');
header('Location: construction.php');
}
?>
<main>