mirror of https://github.com/ThunixdotNet/www.git
Improved responsive coding in style.css
This commit is contained in:
parent
3a7871389f
commit
c287af71c2
4
site.css
4
site.css
|
@ -155,7 +155,7 @@ padding: 20px 0px;
|
||||||
padding: 0px 20px 0px 20px;
|
padding: 0px 20px 0px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (orientation: landscape) and (min-width: 1024px){
|
@media only screen and (orientation: landscape) and (min-width: 1024px){
|
||||||
#content {
|
#content {
|
||||||
float: right;
|
float: right;
|
||||||
width: 74%;
|
width: 74%;
|
||||||
|
@ -226,7 +226,7 @@ color: #00FF00;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (orientation: landscape) and (min-width: 1024px){
|
@media only screen and (orientation: landscape) and (min-width: 1024px){
|
||||||
#sidebar {
|
#sidebar {
|
||||||
float: left;
|
float: left;
|
||||||
width: 22%;
|
width: 22%;
|
||||||
|
|
Loading…
Reference in New Issue