Last minute pre production changes #65

Merged
chris merged 12 commits from develop into main 2022-04-28 19:05:29 +02:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit ff4ce4c91b - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -252,7 +252,7 @@ main {
display:flex;
flex-direction: column;
align-items: center;
margin-top: $global-margin * 1.5;
margin-top: $global-margin * 1.5;
}
// accordion for colletions list
@ -550,10 +550,11 @@ main {
.slides {
background-color: $secondary-color;
.slide {
height: 10rem;
flex-direction: column;
align-content: center;
align-self: center;
margin: $global-margin auto;
margin: 0 auto;
&:first-child {
color: unset;
background-color: unset;

View File

@ -12,7 +12,7 @@ $items[0] = new ArrayObject(); // top level menu items go here
if ($wordpress_endpoint) {
try {
$client = new Client($wordpress_endpoint);
$client->setOptions(array("timeout"=>1));
$client->setOptions(array("timeout"=>2));
$response = $client->send();
}
catch (exception $e) {