diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-07-14 12:08:29 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-07-14 12:08:29 +0200 |
| commit | 2534f616762e947c76e07c1ff5d906d8cf4ec304 (patch) | |
| tree | dceecb23ee2ead8671b85cc0ea76326657ed8c3e /stylesheets/partials | |
| parent | 21114ec408a35e93ca6faf779a6ec50ddcad57ac (diff) | |
| download | jo.mssola.com-2534f616762e947c76e07c1ff5d906d8cf4ec304.tar.gz jo.mssola.com-2534f616762e947c76e07c1ff5d906d8cf4ec304.zip | |
Simplified site
Since I don't have many things on the "Writing" section, and I find
myself not using the blog at all, let us hide these sections for now.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'stylesheets/partials')
| -rw-r--r-- | stylesheets/partials/minima/_layout.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/partials/minima/_layout.scss b/stylesheets/partials/minima/_layout.scss index 654cbd9..d74db14 100644 --- a/stylesheets/partials/minima/_layout.scss +++ b/stylesheets/partials/minima/_layout.scss @@ -229,10 +229,10 @@ img#image-profile { display: block; padding: 15px; float: right; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -o-border-radius: 50%; - border-radius: 50%; + -webkit-border-radius: 30%; + -moz-border-radius: 30%; + -o-border-radius: 30%; + border-radius: 30%; margin-left: 20px; } |
