aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:16:25 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:16:25 +0300
commit0e0251936b3c267a6e760562e704c34d0e8666ad (patch)
treef4e83eb70d38664dfb0b27e699f0a626c797a745 /layouts/partials
parent91709c3567372bdf698f8fcb0b76915834bbffc1 (diff)
Organize sections
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/sections/contacts.html (renamed from layouts/partials/body/contacts.html)0
-rw-r--r--layouts/partials/sections/education.html (renamed from layouts/partials/body/education.html)0
-rw-r--r--layouts/partials/sections/experience.html (renamed from layouts/partials/body/experience.html)0
-rw-r--r--layouts/partials/sections/projects.html (renamed from layouts/partials/body/projects.html)0
-rw-r--r--layouts/partials/sections/skills.html (renamed from layouts/partials/body/skills.html)0
-rw-r--r--layouts/partials/style.html (renamed from layouts/partials/head/style.html)4
6 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/body/contacts.html b/layouts/partials/sections/contacts.html
index b87b8cb..b87b8cb 100644
--- a/layouts/partials/body/contacts.html
+++ b/layouts/partials/sections/contacts.html
diff --git a/layouts/partials/body/education.html b/layouts/partials/sections/education.html
index f32f6ba..f32f6ba 100644
--- a/layouts/partials/body/education.html
+++ b/layouts/partials/sections/education.html
diff --git a/layouts/partials/body/experience.html b/layouts/partials/sections/experience.html
index 5e25f37..5e25f37 100644
--- a/layouts/partials/body/experience.html
+++ b/layouts/partials/sections/experience.html
diff --git a/layouts/partials/body/projects.html b/layouts/partials/sections/projects.html
index ab4b497..ab4b497 100644
--- a/layouts/partials/body/projects.html
+++ b/layouts/partials/sections/projects.html
diff --git a/layouts/partials/body/skills.html b/layouts/partials/sections/skills.html
index 38dd515..38dd515 100644
--- a/layouts/partials/body/skills.html
+++ b/layouts/partials/sections/skills.html
diff --git a/layouts/partials/head/style.html b/layouts/partials/style.html
index b2774c4..bccfb8f 100644
--- a/layouts/partials/head/style.html
+++ b/layouts/partials/style.html
@@ -38,7 +38,7 @@
line-height: 100%;
}
- page {
+ .page {
background: white;
display: block;
margin: 0 auto;
@@ -96,7 +96,7 @@
@media print {
body,
- page {
+ .page {
background: white;
margin: 0;
box-shadow: 0 0 0 white;