summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 6983818..7f70df1 100644
--- a/style.css
+++ b/style.css
@@ -68,7 +68,7 @@ q:after {
}
img {
- border-radius: 10px;
+ border-radius: 5px;
margin-right: 20px;
box-shadow: 3px 2px 2px lightgray;
max-width: 400px;
@@ -118,7 +118,6 @@ img {
.inner-grid_1 p {
text-align: left;
font-size: 1.5rem;
- padding: 0;
padding-top: 1px;
margin-bottom: 5px;
}
@@ -139,8 +138,9 @@ img {
@media only screen and (max-width: 900px) {
.inner-grid_1 p {
text-align: left;
- font-size: 1.5rem;
+ font-size: 1.4rem;
padding-top: 10px;
+ padding-right: 20px;
}
}