浏览代码

changes from Joana

main
Simon Bowie 1年前
父节点
当前提交
de7f42ef97
共有 2 个文件被更改,包括 13 次插入1 次删除
  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 查看文件

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 查看文件



<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>



正在加载...
取消
保存