Compare commits

...

2 Commits

Author SHA1 Message Date
Bea 5959da4dec Make policy popup less annoying 2021-03-16 20:39:13 +01:00
Bea 09e0c3d016 Make post info text responsive 2021-03-16 18:39:18 +01:00
4 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -23,4 +23,4 @@ projectFilesBackup
.DS_Store .DS_Store
dist/ dist/
install.ignore *.ignore

View File

@ -808,7 +808,7 @@ img.mind-post_feature-image {
-------------------------------------------------- --------------------------------------------------
*/ */
.mind-post_description { .mind-post_info {
font-size: 15px; font-size: 15px;
} }
@ -1077,7 +1077,7 @@ if an image has a description, class ".kg-card-hascaption" is applied to the con
-o-user-select: none; -o-user-select: none;
/* Size */ /* Size */
width: 600px; width: 500px;
overflow: hidden; overflow: hidden;
/* Positioning */ /* Positioning */
@ -1384,6 +1384,10 @@ Media queries are used to make the website responsive and cool on mobile.
font-size: 15px; font-size: 15px;
} }
.mind-post_info {
font-size: 13px;
}
.mind-post_content pre, .mind-post_content pre,
.mind-post_content code, .mind-post_content code,
.kg-card-hascaption figcaption, .kg-card-hascaption figcaption,

View File

@ -1,8 +1,8 @@
<div class="mind-policy-popup" id="mind-policy-popup"> <div class="mind-policy-popup" id="mind-policy-popup">
<h4>This website uses cookies.</h4> <h4>This website uses cookies.</h4>
<p>We use cookies to ensure you the best experience. <p>Cookies are used for functionality and statistics.
<br> <br>
By visiting our website, you agree with our <a href="/policy" target="_blank">Privacy Policy</a>. By continuing, you agree with the <a href="/policy" target="_blank">Privacy Policy</a>.
</p> </p>
<button onclick="giveConsent()">Ok, understood</button> <button onclick="giveConsent()">Ok, understood</button>
</div> </div>

View File

@ -39,7 +39,7 @@
{{/if}} {{/if}}
</div> </div>
{{content}} {{content}}
<div class="mind-post_description"> <div class="mind-post_info">
<hr> <hr>
Last update: <time class="post-date" datetime="{{date updated_at format='YYYY-MM-DD'}}">{{date updated_at format="DD MMMM YYYY"}}</time> Last update: <time class="post-date" datetime="{{date updated_at format='YYYY-MM-DD'}}">{{date updated_at format="DD MMMM YYYY"}}</time>
<br /> <br />