Simon Bowie пре 2 година
родитељ
комит
007d76a389
2 измењених фајлова са 16 додато и 18 уклоњено
  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 Прегледај датотеку

@@ -330,34 +330,33 @@ body#random-img-page{
margin: 0% 20%;
line-height: 1.8rem;
font-size: var(--body-fontsize);

}

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

@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%;
}
}

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

}

+ 0
- 1
web/app/templates/base.html Прегледај датотеку

@@ -10,7 +10,6 @@
# Bootstrap 5.1.3: https://getbootstrap.com/
# 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

-->

<!DOCTYPE html>

Loading…
Откажи
Сачувај