Commit 2f6ef640 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo Committed by Phil Hughes

Fix profile links default size [RUN AS-IF-FOSS]

parent ed26027d
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
max-width: 500px; max-width: 500px;
margin-top: $dropdown-vertical-offset; margin-top: $dropdown-vertical-offset;
margin-bottom: 24px; margin-bottom: 24px;
font-size: 14px; font-size: 0.875rem;
font-weight: $gl-font-weight-normal; font-weight: $gl-font-weight-normal;
padding: 8px 0; padding: 8px 0;
background-color: $white; background-color: $white;
......
...@@ -546,7 +546,7 @@ body { ...@@ -546,7 +546,7 @@ body {
max-width: 500px; max-width: 500px;
margin-top: 4px; margin-top: 4px;
margin-bottom: 24px; margin-bottom: 24px;
font-size: 14px; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
padding: 8px 0; padding: 8px 0;
background-color: #333; background-color: #333;
......
...@@ -531,7 +531,7 @@ body { ...@@ -531,7 +531,7 @@ body {
max-width: 500px; max-width: 500px;
margin-top: 4px; margin-top: 4px;
margin-bottom: 24px; margin-bottom: 24px;
font-size: 14px; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
padding: 8px 0; padding: 8px 0;
background-color: #fff; background-color: #fff;
......
...@@ -546,7 +546,7 @@ body { ...@@ -546,7 +546,7 @@ body {
max-width: 500px; max-width: 500px;
margin-top: 4px; margin-top: 4px;
margin-bottom: 24px; margin-bottom: 24px;
font-size: 14px; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
padding: 8px 0; padding: 8px 0;
background-color: #333; background-color: #333;
......
...@@ -531,7 +531,7 @@ body { ...@@ -531,7 +531,7 @@ body {
max-width: 500px; max-width: 500px;
margin-top: 4px; margin-top: 4px;
margin-bottom: 24px; margin-bottom: 24px;
font-size: 14px; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
padding: 8px 0; padding: 8px 0;
background-color: #fff; background-color: #fff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment