Skip to content

Commit

Permalink
styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Jun 12, 2020
1 parent 609bc83 commit a4840af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/theme/View/BrowseView/BrowseMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const BrowseMap = () => {

return (
<React.Fragment>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d252073.50646166946!2d24.240267324149645!3d45.730190540367225!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sro!4v1587553242878!5m2!1sen!2sro"
<iframe src="https://maps.eea.europa.eu/EEAViewer/?appid=dee1fa0f864e4f8a9e088c83231a9f02&embed=true"
width="100%"
height="900"
frameBorder="0"
Expand Down
25 changes: 22 additions & 3 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ h1.documentFirstHeading {
text-align: center;
}

h1.documentFirstHeading,
h2,
h3 {
h1.documentFirstHeading {
font-size: 36px;
color: @primaryColor;
font-weight: @extraBold;
Expand All @@ -170,6 +168,22 @@ h3 {
}
}

h2,h3,h4 {
line-height: 1.5;
font-weight: 600;
}
h2 {
font-size: 2.2rem;
}

h3 {
font-size: 1.8rem;
}

h4 {
font-size: 1.5rem;
}

p {
color: @bodyColor;
font-weight: @lightWeight;
Expand Down Expand Up @@ -211,6 +225,11 @@ p {
text-align: center !important;
border-width: 1px;
font-weight: @lightWeight;
min-height: 46px;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 100;
margin-top: 1rem;
}

p {
Expand Down

0 comments on commit a4840af

Please sign in to comment.