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

github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Lawson <tylerjlawson2@gmail.com>2021-01-19 05:54:02 +0300
committerTyler Lawson <tylerjlawson2@gmail.com>2021-01-19 05:54:02 +0300
commit6a116ff02d1e99fe0caf8852488d2da80c971c34 (patch)
treef0d42011624f96badfbb4d94e42eb82d856b62b8
parent4b6d46cf08c46f95a5bf8006c54f4f367e9d2eca (diff)
updated link size
-rw-r--r--assets/main.scss22
1 files changed, 13 insertions, 9 deletions
diff --git a/assets/main.scss b/assets/main.scss
index 88ec8f3..62ad1e2 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -6,7 +6,7 @@ $white: #fff;
$breakpoints: (
phone: 450px,
tablet: 768px,
- desktop: 1024px,
+ desktop: 1024px
);
body {
@@ -37,8 +37,8 @@ h3 {
margin-bottom: 0;
}
-
-p, h3 {
+p,
+h3 {
margin-top: 0;
margin-bottom: 0.25rem;
}
@@ -71,14 +71,11 @@ ul {
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
}
a {
- color: $black;
- display: inline-block;
- font-size: 16px;
text-decoration: none;
}
@@ -87,6 +84,12 @@ header {
margin-bottom: 15px;
padding-bottom: 15px;
+ a {
+ color: $black;
+ display: inline-block;
+ font-size: 16px;
+ }
+
.page-title {
display: flex;
justify-content: space-between;
@@ -107,7 +110,8 @@ header {
position: relative;
width: 790px;
- &::before, &::after {
+ &::before,
+ &::after {
background: transparent;
bottom: 12px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);