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
dist/
install.ignore
*.ignore

View File

@ -808,7 +808,7 @@ img.mind-post_feature-image {
--------------------------------------------------
*/
.mind-post_description {
.mind-post_info {
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;
/* Size */
width: 600px;
width: 500px;
overflow: hidden;
/* Positioning */
@ -1384,6 +1384,10 @@ Media queries are used to make the website responsive and cool on mobile.
font-size: 15px;
}
.mind-post_info {
font-size: 13px;
}
.mind-post_content pre,
.mind-post_content code,
.kg-card-hascaption figcaption,

View File

@ -1,8 +1,8 @@
<div class="mind-policy-popup" id="mind-policy-popup">
<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>
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>
<button onclick="giveConsent()">Ok, understood</button>
</div>

View File

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