Difference between revisions of "MediaWiki:Mobile.css"

From Life After BOB Wiki
Jump to navigation Jump to search
Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 6: Line 6:
  
 
.pi-data-label{
 
.pi-data-label{
   flex-basis:30%;
+
   flex-basis:40%;
   width:30%;
+
   width:40%;
 
}
 
}
  
 
.pi-data-value{
 
.pi-data-value{
   flex-basis:70%;
+
   flex-basis:60%;
   width:70%;
+
   width:60%;
 
}
 
}

Revision as of 15:52, 30 May 2021

/* All CSS here will be loaded for users of the mobile site */
/* Infoboxs */
aside.portable-infobox{
  line-height: 1.25em;
}

.pi-data-label{
  flex-basis:40%;
  width:40%;
}

.pi-data-value{
  flex-basis:60%;
  width:60%;
}