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 7: Line 7:
 
.pi-data-label{
 
.pi-data-label{
 
   flex-basis:30%;
 
   flex-basis:30%;
  overflow-wrap:break-word;
 
 
}
 
}
  
 
.pi-data-value{
 
.pi-data-value{
 
   flex-basis:70%;
 
   flex-basis:70%;
  overflow-wrap:normal;
 
 
}
 
}

Revision as of 15:06, 27 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:30%;
}

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