add page template

This commit is contained in:
2021-10-10 15:16:51 +03:00
parent 3619ce52d2
commit bc8d93c91a
7 changed files with 85 additions and 45 deletions

View File

@@ -129,7 +129,7 @@ a{
#mainlogo{
margin-left: 12px;
min-width: 340px;
width: 340px;
}
.wrap{
@@ -287,8 +287,11 @@ a{
header{
background-color: white;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
width: 100%;
/* justify-content: space-around;
flex-wrap: wrap; */
@@ -535,6 +538,23 @@ a{
margin-left: 18px;
cursor: pointer;
}
.header_btn{
width: 20px;
height: 15px;
}
#copy{
display: inline-block;
text-align: center;
width: 100%;
}
#footer_3{
width: 100%;
padding-left: 8px;
padding-right: 8px;
}
.btn_search{
background: url(/wp-content/themes/vij/pub/icons/union.png) no-repeat;
@@ -550,7 +570,8 @@ a{
margin-right: 58px;
margin-left: 58px;
padding-bottom: 28px;
max-width: 880px;
/*max-width: 880px;*/
width: 55%;
}
#content p{
@@ -742,10 +763,6 @@ a{
width: 100%;
}
.news_date{
color: #909294;
font-family: 'GrtskPeta';
@@ -932,7 +949,6 @@ a{
}
.right_archive_img{
width: 280px;
margin-bottom: 12px;
}
@@ -1222,7 +1238,7 @@ img-fluid{
#content{
/*width: 100%;*/
max-width: 780px;
}
@@ -1382,6 +1398,9 @@ img-fluid{
#footer{
width: 100%;
}
.post_info_social{
display: none;
@@ -1401,6 +1420,8 @@ and (max-device-width : 667px) {
width: 100%;
}
.mini-card{
width: 100%;
padding-right: 12px;