Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Jul 5, 2024
1 parent bd21460 commit f447ffb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pages/.vitepress/components/FooterBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
<div class="hc-block-container pb-8">

<v-row class="my-4 px-4">
<v-col cols="12" class="v-col-sm-6 v-col-md-4">
<v-col cols="12" class="v-col-sm-6 v-col-md-4 text-body-1">
<b>Ready to get started on your journey?</b>
<br />
Reach out to arrange a&nbsp;call.
Expand Down Expand Up @@ -104,15 +104,15 @@ export default {

<v-row class="mt-16"></v-row>
<v-divider class="my-4"></v-divider>
<div class="d-flex">
<div class="me-auto">
<v-sheet class="ma-2 px-2" color="transparent">
<div class="d-flex flex-wrap">
<div class="me-auto mb-2">
<v-sheet class="ma-2 px-2 text-no-wrap text-body-1" color="transparent">
NTNU | HUNT Cloud
</v-sheet>
</div>
<div>
<div class="mb-2">
<a href="https://docs.hdc.ntnu.no/administer-science/privacy-statement/" target="_blank">
<v-sheet class="ma-2 px-2" color="transparent">
<v-sheet class="ma-2 px-2 text-no-wrap text-body-1" color="transparent">
Privacy statement
</v-sheet>
</a>
Expand Down
4 changes: 2 additions & 2 deletions pages/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
margin-bottom: 64px;
padding-bottom: 24px;
font-weight: bold;
font-size: min(6em, calc(16px + 3vw));
line-height: 1.5;
/* font-size: min(6em, calc(16px + 3vw)); */
line-height: 1.5 !important;
/* @media screen and (max-width: 960px) {
font-size: 8vw;
} */
Expand Down
2 changes: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contact: https://docs.hdc.ntnu.no/about/contact/

<div class="hc-block">
<div class="hc-block-container">
<div class="hc-title-main font-weight-black">
<div class="hc-title-main text-h2 font-weight-black">
Freedom to explore sensitive data within a&nbsp;trustworthy framework.
</div>
<!-- <div class="hc-subtitle-main">
Expand Down

0 comments on commit f447ffb

Please sign in to comment.