@media only screen and (max-device-width: 480px) {
}
lets you apply stuff to just on phone (there are different ways to write that out depending on what you're modifying stuff for but i'm not super worried about that here since it's mostly for my own use); whatever you write for @media tags overwrites other css when it applies to the device.
right now my custom css just looks like:
@media only screen and (max-device-width: 480px) {
and the main site technically has a mobile view but it seems to be iffy for some reason and only apply some of the time :|c oh but that probably depends on which layout/color thing you use for main dreamwidth pages. i have the greenish one
no subject
Date: 2015-11-05 10:47 pm (UTC)From:no subject
Date: 2015-11-05 10:51 pm (UTC)From:}
lets you apply stuff to just on phone (there are different ways to write that out depending on what you're modifying stuff for but i'm not super worried about that here since it's mostly for my own use); whatever you write for @media tags overwrites other css when it applies to the device.
right now my custom css just looks like:
@media only screen and (max-device-width: 480px) {
#title{
font-size:2em;
}
#pagetitle{
font-size:1em;
text-align:left;
}
.entry-title{
font-size:1em;
}
}
no subject
Date: 2015-11-05 10:53 pm (UTC)From:no subject
Date: 2015-11-05 11:09 pm (UTC)From:no subject
Date: 2015-11-05 10:52 pm (UTC)From:no subject
Date: 2015-11-05 11:10 pm (UTC)From:no subject
Date: 2015-11-05 11:21 pm (UTC)From:there isn't a nice menu or anything but it turns into one column that's pretty easy to read
no subject
Date: 2015-11-05 11:42 pm (UTC)From:It could stand to be a little more readable but at least its not just
the regular webpage
trying to fit in my phone screen :P