Compare commits
2 commits
1a462b70f0
...
823a2fff55
Author | SHA1 | Date | |
---|---|---|---|
823a2fff55 | |||
0d2b9a9a2c |
2 changed files with 39 additions and 41 deletions
|
@ -807,7 +807,7 @@ aside .widget li:hover {
|
|||
}
|
||||
/* #photo-photo {
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
} */
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
#search-box {
|
||||
|
@ -844,4 +844,4 @@ aside .widget li:hover {
|
|||
left: 10% !important;
|
||||
margin-left: 0!important;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
|
|
@ -743,43 +743,41 @@
|
|||
}
|
||||
#photo-photo {
|
||||
margin: 0 auto !important;
|
||||
} */
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
#search-box {
|
||||
width: 18% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 991px){
|
||||
#search-box {
|
||||
left: 15%;
|
||||
}
|
||||
#jotOpen::before {
|
||||
content: '';
|
||||
margin: 0;
|
||||
}
|
||||
#mention-link span:last-of-type {
|
||||
margin-right: 42px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 768px){
|
||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
||||
position: fixed !important;
|
||||
left: 15%;
|
||||
}
|
||||
#search-mobile {
|
||||
top: 110px !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 480px){
|
||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
||||
left: 10%;
|
||||
}
|
||||
.topbar ul.nav {
|
||||
position: relative !important;
|
||||
left: 10% !important;
|
||||
margin-left: 0!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 1280px) {
|
||||
#search-box {
|
||||
width: 18% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 991px){
|
||||
#search-box {
|
||||
left: 15%;
|
||||
}
|
||||
#jotOpen::before {
|
||||
content: '';
|
||||
margin: 0;
|
||||
}
|
||||
#mention-link span:last-of-type {
|
||||
margin-right: 42px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 768px){
|
||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
||||
position: fixed !important;
|
||||
left: 15%;
|
||||
}
|
||||
#search-mobile {
|
||||
top: 110px !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 480px){
|
||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
||||
left: 10%;
|
||||
}
|
||||
.topbar ul.nav {
|
||||
position: relative !important;
|
||||
left: 10% !important;
|
||||
margin-left: 0!important;
|
||||
}
|
||||
} */
|
Loading…
Add table
Reference in a new issue