updated css
This commit is contained in:
parent
3cd18e9dca
commit
777ac2e08d
|
@ -7,8 +7,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-page-view-details .page-header {
|
.w-page-view-details .page-header {
|
||||||
margin-bottom: 22px;
|
margin-top: 30px !important;
|
||||||
padding-top: 5px;
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-page-view-details .page-header h1 {
|
||||||
|
padding: 0px !important;
|
||||||
|
margin: 0px !important;
|
||||||
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-page-view-details p {
|
.w-page-view-details p {
|
||||||
|
@ -23,11 +29,12 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
border-radius: 5px !important;
|
border-radius: 10px !important;
|
||||||
margin-top: 40px !important;
|
margin-top: 30px !important;
|
||||||
margin-bottom: 10px !important;
|
margin-bottom: 10px !important;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
background-color: #f2f6fc !important;
|
background-color: #f2f6fc !important;
|
||||||
|
/*! border-top: 2px solid #f2f2fc; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-my-html-table tr td {
|
.w-my-html-table tr td {
|
||||||
|
@ -57,7 +64,6 @@
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************
|
/******************************
|
||||||
Table Of Contents (TOC)
|
Table Of Contents (TOC)
|
||||||
*******************************/
|
*******************************/
|
||||||
|
|
Loading…
Reference in New Issue