Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-06-20 19:28:47 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-06-20 19:28:47 +0300
commit6ab062aa7efc819a7d29257eb1cfe47c6ad71ffa (patch)
tree1f29c952aab8b775f2347c3e27e25bfcab811130 /assets/css
parent88b82dacd39da12ccf6f0d386e7e76794be85ef8 (diff)
Fix portfolio styling
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 7febf88..1381432 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -57,7 +57,10 @@ figure img{
em{
color:unset;
}
-
+img.experience{
+ width: 150px;
+ height: 180px;
+}