Skip to content
Snippets Groups Projects
Commit c55afd51 authored by Gisle Aas's avatar Gisle Aas
Browse files

re meta#268 Make the article boxes less rounded

Found that it still looks better to actually keep the shaddow, just make
it much more suddle.
parent e94781a4
No related branches found
No related tags found
No related merge requests found
...@@ -58,11 +58,11 @@ export default { ...@@ -58,11 +58,11 @@ export default {
<style> <style>
article { article {
position: relative; position: relative;
padding: 10px; padding: 14px;
margin: 10px; margin: 10px;
border-radius: 10px; border-radius: 2px;
background-color: #FFFFFF; background-color: #FFFFFF;
box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 4px rgba(0.5, 0.5, 0.5, 0.2);
} }
h3 { h3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment