diff --git a/README.md b/README.md index 63d4d2b..5341007 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Internally both of these are provided in the YAML front matter and refer to vari +kuva minusta + _Aminda Suomalainen on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa._ **_[Google Translated into English](https://cv-aminda-eu.translate.goog/fi/?_x_tr_sl=fi&_x_tr_tl=en&_x_tr_hl=fi&_x_tr_pto=nui), proper [English version is planned](https://github.com/Mikaela/cv/issues/1)._** diff --git a/assets/css/style.scss b/assets/css/style.scss index 784ffd3..52a596e 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -11,6 +11,7 @@ //letter-spacing: 0.5px; // A4 paper max-width: 210mm; + padding: auto; } a { @@ -23,3 +24,11 @@ code { // rem, root element, em, current element font-size: 0.8em; } + +img { + float: right; + //padding: 1em; + //border: 1px solid; + border-radius: 50%; + margin: 1em; +}