We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786cbae commit c3d2f98Copy full SHA for c3d2f98
_pages/caas.md
@@ -1,6 +1,6 @@
1
---
2
title: "CaaS Project"
3
-layout: gridlay
+layout: textlay
4
excerpt: "CaaS Project"
5
sitemap: false
6
permalink: /caas/
css/main.scss
@@ -5,7 +5,7 @@
img { margin-bottom: 24px;
7
margin-top: 17px;
8
- /* border-radius:2%; */
+ border-radius: 2%;
9
}
10
11
html, body {
@@ -72,7 +72,7 @@ firstp {
72
73
74
/* Team & Publications */
75
-#gridid img { margin: 16px 22px 6px 0; box-shadow: 2px 2px 5px #888888 }
+#gridid img { margin: 16px 22px 6px 0; border-radius:10%; box-shadow: 2px 2px 5px #888888 }
76
#homeid img { margin: 0 0 0 0; border-radius:5%; box-shadow: 0px 0px 0px #888888 }
77
#picid img { margin: 6px 3px 60px 6px; border-radius:1%; box-shadow: 2px 2px 5px #888888 }
78
#gridid .row { margin-bottom: 24px; }
0 commit comments