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