summaryrefslogtreecommitdiffstats
path: root/styles/projets.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/projets.css')
-rw-r--r--styles/projets.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/styles/projets.css b/styles/projets.css
new file mode 100644
index 0000000..01249a8
--- /dev/null
+++ b/styles/projets.css
@@ -0,0 +1,17 @@
+h2 {
+ font-size: 1.5em;
+ margin-top: 40px;
+ margin-bottom: 10px;
+}
+
+h3 {
+ margin-top: 40px;
+}
+
+hr+h3 {
+ margin-top: 0;
+}
+
+h5+p {
+ margin-top: 5px;
+} \ No newline at end of file