@@ -580,6 +580,10 @@ img + em { | |||
font-size: 1rem; | |||
} | |||
.h1-s { | |||
margin-top: 3.5rem; | |||
} | |||
/* RANDOM IMAGES */ | |||
#random-img-page .img-fluid:hover { | |||
transform: none; | |||
@@ -587,6 +591,14 @@ img + em { | |||
opacity: 1; | |||
} | |||
body#random-img-page .h1 { | |||
margin-top: 3.5rem; | |||
} | |||
#image_container { | |||
justify-content: center !important; | |||
} | |||
/* COMPARE —> 2 RANDOM PATENTS */ | |||
.compare > div { |
@@ -21,7 +21,7 @@ | |||
<div class="row"> | |||
<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> | |||