Skip to content

Commit c3d2f98

Browse files
committed
Restore the rounded images.
1 parent 786cbae commit c3d2f98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_pages/caas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CaaS Project"
3-
layout: gridlay
3+
layout: textlay
44
excerpt: "CaaS Project"
55
sitemap: false
66
permalink: /caas/

css/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
img { margin-bottom: 24px;
77
margin-top: 17px;
8-
/* border-radius:2%; */
8+
border-radius: 2%;
99
}
1010

1111
html, body {
@@ -72,7 +72,7 @@ firstp {
7272
}
7373

7474
/* Team & Publications */
75-
#gridid img { margin: 16px 22px 6px 0; box-shadow: 2px 2px 5px #888888 }
75+
#gridid img { margin: 16px 22px 6px 0; border-radius:10%; box-shadow: 2px 2px 5px #888888 }
7676
#homeid img { margin: 0 0 0 0; border-radius:5%; box-shadow: 0px 0px 0px #888888 }
7777
#picid img { margin: 6px 3px 60px 6px; border-radius:1%; box-shadow: 2px 2px 5px #888888 }
7878
#gridid .row { margin-bottom: 24px; }

0 commit comments

Comments
 (0)