Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/commit/dcad18e339b6bdabde1c2bd829d681dbd817e26a You should set ROOT_URL correctly, otherwise the web may not work correctly.

[edit] css fixed

aplus#32
tribikram 2 years ago
parent ebc821b0d5
commit dcad18e339
  1. 19
      public/frontend/css/style.css

@ -1680,6 +1680,19 @@ Responsive Codes
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
h2{
font-size: 26px;
}
.enquiry-contacts p{
font-weight: 400;
font-size: 16px;
margin-bottom: 40px;
line-height: 1.8rem;
color: #FFFFFF;
}
.enquiry-header h2 {
font-size: 38px;
}
/* contact us mobile view */
.about-banner-section .breadcrumb,
.contact-us-section .breadcrumb,
@ -1794,9 +1807,9 @@ Responsive Codes
}
.blog-header h2,
.enquiry-contacts h2{
text-align: center;
font-size: 32px;
line-height: 44px;
text-align: left;
font-size: 26px;
line-height: 38px;
margin-bottom: 15px;
}
.chef-hire-form button{

Loading…
Cancel
Save