mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Use a consistent centered layout for mobiles
(Apply previous improvements to the Innovation page to all pages)
This commit is contained in:
parent
fbf5448c59
commit
53fdb6a067
2 changed files with 33 additions and 32 deletions
|
@ -298,8 +298,13 @@ h2 .rssicon{
|
|||
/*Styles specific to mobiles*/
|
||||
|
||||
@media handheld, only screen and ( max-width: 60em ), only screen and ( max-device-width: 60em ){
|
||||
h1{
|
||||
text-align:right;
|
||||
h2{
|
||||
text-align:center;
|
||||
}
|
||||
.titleicon,
|
||||
.warningicon{
|
||||
margin:auto;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.langselect{
|
||||
text-align:right;
|
||||
|
@ -309,17 +314,16 @@ h2 .rssicon{
|
|||
margin-left:0;
|
||||
margin-right:10px;
|
||||
}
|
||||
.summary{
|
||||
text-align:right;
|
||||
}
|
||||
.content{
|
||||
position:static;
|
||||
padding:15px 10px 20px 10px;
|
||||
text-align:right;
|
||||
}
|
||||
.footermenu{
|
||||
display:block;
|
||||
}
|
||||
.resources,
|
||||
.resources p{
|
||||
text-align:center;
|
||||
}
|
||||
.resources>div>div:first-child{
|
||||
padding-left:0;
|
||||
border-left:0;
|
||||
|
@ -353,10 +357,6 @@ h2 .rssicon{
|
|||
.downloadbox{
|
||||
text-align:right;
|
||||
}
|
||||
.download h1,
|
||||
.download h2{
|
||||
text-align:right;
|
||||
}
|
||||
.download div p{
|
||||
text-align:right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue