aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/minima/_about.scss
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-04-10 18:39:05 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2023-04-10 18:39:05 +0200
commit83378509ecb0578a0c0e811a31985379cee3969f (patch)
tree996b8fbf152c8949085aeea6776d83e9643af514 /stylesheets/partials/minima/_about.scss
parentcbd092f5d020dbebda7a364606b26dc5aef0e72e (diff)
downloadjo.mssola.com-83378509ecb0578a0c0e811a31985379cee3969f.tar.gz
jo.mssola.com-83378509ecb0578a0c0e811a31985379cee3969f.zip
Updated 'about' page
Setting up a more formal and up-to-date page with more relevant information. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'stylesheets/partials/minima/_about.scss')
-rw-r--r--stylesheets/partials/minima/_about.scss50
1 files changed, 50 insertions, 0 deletions
diff --git a/stylesheets/partials/minima/_about.scss b/stylesheets/partials/minima/_about.scss
new file mode 100644
index 0000000..c6edf23
--- /dev/null
+++ b/stylesheets/partials/minima/_about.scss
@@ -0,0 +1,50 @@
+#about, #cv {
+ h1 {
+ margin-bottom: 0px;
+ }
+
+ h2 {
+ margin-top: 30px;
+ }
+
+ .info {
+ margin-bottom: 30px;
+ }
+
+ a {
+ color: $text-color;
+ text-decoration: underline;
+ &:hover {
+ text-decoration: none;
+ }
+ }
+
+ .info a {
+ text-decoration: none;
+ &:hover {
+ text-decoration: underline;
+ }
+ }
+
+ p {
+ position: relative;
+ margin-right: 0;
+ }
+
+ code {
+ font: normal normal;
+ color: $text-color;
+ background-color: $background-color;
+ border: 0px;
+ }
+
+ p code {
+ position: absolute;
+ text-align: right;
+ right: 0%;
+ }
+
+ .end {
+ margin-top: 50px;
+ }
+}