Skip to content

Commit

Permalink
mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Oct 24, 2024
1 parent 60dd276 commit 82d301f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
line-height: 1.5;
letter-spacing: 1.5px;
font-weight: 700;
font-size: min(2.2em, calc(8px + 2vw));
font-size: min(2.2em, calc(12px + 2vw));
}

.hc-subsection-text {
Expand All @@ -151,7 +151,7 @@
flex-direction: column;
padding-bottom: 32px;
line-height: 1.5;
font-size: min(1.1em, calc(8px + 1vw));
font-size: min(1.1em, calc(10px + 2vw));
}

.hc-block-container {
Expand Down
4 changes: 2 additions & 2 deletions pages/en/researchers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sidebar: false
<div class="hc-block">
<div class="hc-block-container">
<v-row>
<v-col cols="6">
<v-col cols="12" class="v-col-sm-6">
<div class="hc-subsection-title" style="text-wrap: nowrap;">
For researchers
</div>
Expand All @@ -39,7 +39,7 @@ sidebar: false
</v-row>
</div>
</v-col>
<v-col cols="6">
<v-col cols="6" class="d-none d-sm-flex">
<!-- src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" -->
<v-sheet
class="mx-auto"
Expand Down

0 comments on commit 82d301f

Please sign in to comment.