CHANGE_help_desk_tickets - VADIVEL J 2025-11-05 09:53
This commit is contained in:
parent
2455e1bf9c
commit
0c828239fe
@ -45,6 +45,17 @@ p{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px){
|
||||||
|
|
||||||
|
.header-div{
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-div{
|
||||||
|
width : 100% !important ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -53,7 +64,7 @@ p{
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<div align="center">
|
<div align="center" class="header-div">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
|
||||||
<tr style="height:90px; background-color: #ffffff !important;">
|
<tr style="height:90px; background-color: #ffffff !important;">
|
||||||
<td align="left" valign="middle" style="padding:5px;" width="50%">
|
<td align="left" valign="middle" style="padding:5px;" width="50%">
|
||||||
@ -86,7 +97,7 @@ p{
|
|||||||
|
|
||||||
|
|
||||||
<!-- footer -->
|
<!-- footer -->
|
||||||
<div align="center">
|
<div align="center" class="footer-div">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-footer">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-footer">
|
||||||
<tr style="background-color: #ffffff !important;">
|
<tr style="background-color: #ffffff !important;">
|
||||||
<td align="center" valign="middle" style="padding-top:5px;">
|
<td align="center" valign="middle" style="padding-top:5px;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user