Browse Source

changes from Joana

main
Simon Bowie 1 year ago
parent
commit
de7f42ef97
2 changed files with 13 additions and 1 deletions
  1. +12
    -0
      web/app/static/styles/custom.css
  2. +1
    -1
      web/app/templates/titles.html

+ 12
- 0
web/app/static/styles/custom.css View File

font-size: 1rem; font-size: 1rem;
} }


.h1-s {
margin-top: 3.5rem;
}

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


body#random-img-page .h1 {
margin-top: 3.5rem;
}

#image_container {
justify-content: center !important;
}

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


.compare > div { .compare > div {

+ 1
- 1
web/app/templates/titles.html View File



<div class="row"> <div class="row">
<div class="col m-5"> <div class="col m-5">
<p class="h1 text-center">Poetics of Titles</p>
<p class="h1 h1-s text-center">Poetics of Titles</p>
</div> </div>
</div> </div>



Loading…
Cancel
Save