aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 07fc408..98456a0 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -64,6 +64,8 @@ body {
a {
color: map-get($colors, font);
+ text-decoration: none;
+ font-size: 2.5rem;
}
.button {
@@ -94,6 +96,10 @@ body {
justify-content: space-around;
height: 100%;
+ .header {
+ text-align: center;
+ }
+
.entry {
height: 100px;
@@ -108,10 +114,6 @@ body {
text-align: center;
height: 80px;
line-height: 80px;
- background-color: map-get($colors, primary);
- color: #FFFFFF;
- border-radius: 20px;
- text-decoration: none;
}
.slider {