commit 4b9952e3d58271898a2ea5d5a4de98be7bb43eff
parent 1578212da8a7780f7f71be8267bc85e17a42618d
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Sun, 18 Jun 2023 01:44:51 +0000
don't display footer
Diffstat:
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/pub/style/style-blue.css b/pub/style/style-blue.css
@@ -20,6 +20,10 @@ body {
color:#333;
}
+* { /* incorporates the padding and borders into the object size*/
+ box-sizing: border-box;
+}
+
/* header */
header {
flex-basis: 100%;
diff --git a/pub/style/style.css b/pub/style/style.css
@@ -20,6 +20,10 @@ body {
color:#333;
}
+* { /* incorporates the padding and borders into the object size*/
+ box-sizing: border-box;
+}
+
/* header */
header {
flex-basis: 100%;
@@ -103,13 +107,16 @@ article{
/* footer */
footer {
+ display: none;
/* display: block; */
+ /*
flex-grow: 1;
flex-basis: 100%;
flex-shrink: 0;
justify-content: space-between;
padding: 0.1em 0em 1em 1em;
border-top: 2px solid #eee
+ */
}
/* links */