Browse Source

minor edits

solr_update
Simon Bowie 2 years ago
parent
commit
007d76a389
2 changed files with 16 additions and 18 deletions
  1. +16
    -17
      web/app/static/styles/custom.css
  2. +0
    -1
      web/app/templates/base.html

+ 16
- 17
web/app/static/styles/custom.css View File

margin: 0% 20%; margin: 0% 20%;
line-height: 1.8rem; line-height: 1.8rem;
font-size: var(--body-fontsize); font-size: var(--body-fontsize);

} }


/***************** MOBILE ****************/ /***************** MOBILE ****************/


@media screen and (min-width:0px) and (max-width: 768px) { @media screen and (min-width:0px) and (max-width: 768px) {


/* INDEX SEARCH */
/* INDEX SEARCH */


input#inputsearch {
width: 250px;;
}
input#inputsearch {
width: 250px;;
}


/* RANDOM IMAGES */
#random-img-page .img-fluid:hover {
transform: none;
border-radius: 0.15rem;
opacity: 1;
}
/* RANDOM IMAGES */
#random-img-page .img-fluid:hover {
transform: none;
border-radius: 0.15rem;
opacity: 1;
}


/* COMPARE —> 2 RANDOM PATENTS */
/* COMPARE —> 2 RANDOM PATENTS */


.compare > div {
.compare > div {
width: 100%; width: 100%;
}
}


.col {
flex: auto !important;
}
.col {
flex: auto !important;
}


} }

+ 0
- 1
web/app/templates/base.html View File

# Bootstrap 5.1.3: https://getbootstrap.com/ # Bootstrap 5.1.3: https://getbootstrap.com/
# Flask-Moment: https://flask-moment.readthedocs.io/en/latest/ # Flask-Moment: https://flask-moment.readthedocs.io/en/latest/
# Boostrap select: https://stackoverflow.com/questions/67942546/bootstrap-5-select-dropdown-with-the-multiple-attribute-collapsed # Boostrap select: https://stackoverflow.com/questions/67942546/bootstrap-5-select-dropdown-with-the-multiple-attribute-collapsed

--> -->


<!DOCTYPE html> <!DOCTYPE html>

Loading…
Cancel
Save