Browse Source

updates mobile pub list

main
Cailean Finn 5 months ago
parent
commit
2c0f721f77
  1. 16
      static/assets/styles.css

16
static/assets/styles.css

@ -435,13 +435,13 @@ hr {
.section-cont {
flex-direction: column;
height: 100%;
height: auto;
}
.section {
width: 100%;
overflow-x: scroll;
height: calc(50vh - 50px);
/* height: calc(50vh - 50px); */
}
.section-title {
@ -480,7 +480,7 @@ hr {
.content-cont img {
height: auto;
width: 100%;
width: 95%;
}
.content-cont h1 {
@ -495,6 +495,16 @@ hr {
font-size: 15px;
}
.main-cont {
height: 100vh;
}
.content {
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 640px){
.content-cont {
padding-right: 10px;

Loading…
Cancel
Save