diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-07 09:54:16 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-07 09:54:16 -0600 |
commit | 27aaf92d26eb75157dcfa923a5d63ea63feeb98c (patch) | |
tree | 8f6213bc0ecd7738ad050dc4454732c4fd210ab1 /design/sass/_photos.scss | |
parent | 3a54cdb85027e4a59ca6d78f5b91dbf7be77afd0 (diff) |
updated stylesheets and added essays
Diffstat (limited to 'design/sass/_photos.scss')
-rw-r--r-- | design/sass/_photos.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/design/sass/_photos.scss b/design/sass/_photos.scss index c8fbb95..0ae3b0d 100644 --- a/design/sass/_photos.scss +++ b/design/sass/_photos.scss @@ -229,6 +229,15 @@ // } //} +.circle-pic { + border-radius: 50%; + border: 3px solid #000; +} +#about-luxagraf .circle-pic { + float: left; + margin-left: -250px; +} + //lightbox stuff from https://github.com/felixhagspiel/jsOnlyLightbox/blob/master/css/lightbox.scss /** |