Default theme: Replace tabs with 4-space-indentation
This commit is contained in:
parent
913cf3816f
commit
e14c007789
@ -285,7 +285,6 @@ blockquote {
|
|||||||
|
|
||||||
/* Small Devices, Tablets */
|
/* Small Devices, Tablets */
|
||||||
@media only screen and (max-width : 768px) {
|
@media only screen and (max-width : 768px) {
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
@ -324,12 +323,10 @@ blockquote {
|
|||||||
#header nav:hover ul {
|
#header nav:hover ul {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extra Small Devices, Phones */
|
/* Extra Small Devices, Phones */
|
||||||
@media only screen and (max-width : 480px) {
|
@media only screen and (max-width : 480px) {
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user