Last minute pre production changes #65
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue