Skip to content

Commit ead8154

Browse files
committed
Ad últimos palestrantes e alguns ajustes no mobile
1 parent 7956b14 commit ead8154

File tree

7 files changed

+241
-167
lines changed

7 files changed

+241
-167
lines changed

css/style.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
* Made By MaterializeCSS.com
77
*/
88

9+
h1 {
10+
font-size: clamp( 36px, calc(2vw + 1rem), 64px );
11+
}
12+
13+
h2 {
14+
font-size: clamp( 24px, calc(1.66vw + 1rem), 50px );
15+
}
16+
17+
h3 {
18+
font-size: clamp( 20px, calc(0.8vw + 1rem), 42px );
19+
}
20+
21+
h4 {
22+
font-size: clamp( 18px, calc(0.8vw + 1rem), 36px );
23+
}
24+
25+
h5 {
26+
font-size: clamp( 12px, calc(0.5vw + 0.5rem), 24px );
27+
}
28+
29+
h6 {
30+
font-size: clamp( 12px, calc(0.4vw + 1rem), 20px );
31+
}
32+
933
nav ul a,
1034
nav .brand-logo {
1135
color: #5B1E00;

images/speakers/DiegoBorges.webp

638 KB
Loading
1.05 MB
Loading

images/speakers/LeoCarmo.webp

73.3 KB
Loading

images/speakers/LeoCavalcante.webp

84 KB
Loading

index.html

Lines changed: 216 additions & 166 deletions
Large diffs are not rendered by default.

js/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function onReady(callback) {
44
window.clearInterval(intervalId);
55
callback.call(this);
66
}
7-
}, 1000);
7+
}, 2500);
88
}
99

1010
function setVisible(selector, visible) {

0 commit comments

Comments
 (0)