টেমপ্লেট:Worldbox person: সংশোধিত সংস্করণের মধ্যে পার্থক্য

সম্পাদনা সারাংশ নেই
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
সম্পাদনা সারাংশ নেই
১০০ নং লাইন: ১০০ নং লাইন:
<style>   
<style>   
.infobox-container {   
.infobox-container {   
  display: flex;   
display: flex;   
  flex-wrap: wrap;   
flex-wrap: wrap;   
  align-items: flex-start;   
align-items: flex-start;   
}   
}   
 
.infobox {   
.infobox {   
  width: 300px;   
width: 300px;   
  float: right;   
float: right;   
  margin-left: 20px;   
margin-left: 20px;   
}   
}   
 
.content {   
.content {   
  flex-grow: 1;   
flex-grow: 1;   
  max-width: 800px;   
max-width: 800px;   
  margin-right: 320px;   
margin-right: 320px
}
@media (max-width: 768px) { 
.infobox { 
float: none; 
width: 100%; 
margin: 0; 
.content { 
margin-right: 0; 
width: 100%;   
}   
}   
 
@media (max-width: 768px) { 
  .infobox { 
    float: none; 
    width: 100%; 
    margin: 0; 
  } 
  .content { 
    margin-right: 0; 
    width: 100%; 
  } 
/* Only for mobile view, move the special section above infobox */
/* Only for mobile view, move the special section above infobox */
  .special-section {
.special-section {
    order: -1; /* Moves this section above the infobox */
order: -1; /* Moves this section above the infobox */
    width: 100%; /* Make the section full width */
width: 100%; /* Make the section full width */
    margin-top: 20px;
margin-top: 20px;
  }
}
}   
}   
</style>   
</style>