Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/commit/90dd06752d964bd80258dbc70f06ea7e5c0ca65b You should set ROOT_URL correctly, otherwise the web may not work correctly.
et#4
Mahesh Sharma 2 years ago
parent 35990fe3d9
commit 90dd06752d
  1. 7
      public/frontend/css/style.css

@ -905,6 +905,13 @@ Responsive Codes
padding: 1rem;
border-bottom: 1px solid #AFAFAF;
}
.visa-table .nav-link:first-child{
border-radius: 12px 12px 0 0;
}
.visa-table .nav-link:last-child{
border-radius: 0 0 12px 12px;
border-bottom: none;
}
/* Footer Css */
.footer{
background: #296AC7;

Loading…
Cancel
Save