Skip to content

Commit 64f353d

Browse files
committed
fix hero big description size, add project name to hero, decrease dotted line opacity and change search input placeholder
1 parent b748fdc commit 64f353d

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.less

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* Colors
5656
*/
5757
@lightblue: #4588c6;
58-
@blue: #2b3140;
58+
@blue: #2f3649;
5959
@pink: #e94b80;
6060
@beige: #DBD4B1;
6161
@yellow: #ffed7c;
@@ -184,7 +184,7 @@ input[type=email], input[type=number], input[type=password], input[type=search],
184184
border-radius: 0;
185185
}
186186
p.big {
187-
font-size: 1.6em;
187+
font-size: 1.3em;
188188
}
189189
.connect-border {
190190
box-sizing: border-box;
@@ -958,6 +958,12 @@ p.post-meta .fa {
958958
font-size: 2em;
959959
line-height: 1.2;
960960
color: rgba(255,255,255,0.9);
961+
h2 {
962+
color: @yellow;
963+
font-size: .6em;
964+
margin: -4rem 0 2rem;
965+
text-transform: uppercase;
966+
}
961967
.buttons {
962968
margin-top: 4%;
963969
background: rgba(0,0,0,0.1);

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="eight columns">
2121
<div class="search-input u-pull-right">
2222
<label class="fa fa-search" for="search"></label>
23-
<input id="search" class="search" type="text" placeholder="Busque qualquer coisa">
23+
<input id="search" class="search" type="text" placeholder="Busca...">
2424
</div>
2525
<nav id="mastnav" class="u-pull-right">
2626
<ul>

img/ptn-dot-horizontal-dark.png

-2 Bytes
Loading

img/ptn-dot-vertical-dark.png

-1 Bytes
Loading

languages/pmc.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: wp-theme-mapasculturais 0.1.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-06-05 19:53-0300\n"
11+
"POT-Creation-Date: 2017-08-02 19:43-0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

parts/hero.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<div class="container">
1313
<div class="seven columns">
1414
<div class="intro-text">
15+
<h2>Mapas Culturais</h2>
1516
<p class="big"><?php echo get_post_meta(get_the_ID(), 'introduction_text', true); ?></p>
1617
<p class="connect-border connect-left buttons">
1718
<a class="button" href="support.html">

0 commit comments

Comments
 (0)