minor edits
shortened title to solve formatting issues
This commit is contained in:
parent
2d8b10b0f6
commit
34fc6ab21b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
<!-- gallery slides defined here, originally we had one slide and just changed its values but loading images is slow, easier to load them before hand and just hide or show them-->
|
||||
<div class = "programGallery">
|
||||
<p class = "galleryTitle">VR interaction system and physics engine</p>
|
||||
<p class = "galleryTitle">VR physics engine</p>
|
||||
<a href = "./pages/gallery/epq-project/epq-project.html" class = "galleryLink">
|
||||
<img src = "./pages/gallery/epq-project/projectHeaderImage.png" class = "galleryImage" style = "object-position: center;">
|
||||
</a>
|
||||
|
|
|
@ -131,7 +131,7 @@ h1{
|
|||
|
||||
padding: 5px;
|
||||
|
||||
font-size: 2rem;
|
||||
font-size: clamp(1rem, 3vw, 3rem);
|
||||
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue