Skip to content

Commit fb3f893

Browse files
committed
Updated the CSS for the new content
1 parent 5da55b4 commit fb3f893

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

app/Views/welcome_message.php

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,16 @@
111111
section {
112112
margin: 0 auto;
113113
max-width: 1100px;
114-
padding: 2.5rem 1.75rem;
114+
padding: 2.5rem 1.75rem 3.5rem 1.75rem;
115115
}
116+
section h1 {
117+
margin-bottom: 2.5rem;
118+
}
119+
section h2 {
120+
font-size: 120%;
121+
line-height: 2.5rem;
122+
padding-top: 1.5rem;
123+
}
116124
section pre {
117125
background-color: rgba(247, 248, 249, 1);
118126
border: 1px solid rgba(242, 242, 242, 1);
@@ -129,6 +137,19 @@
129137
section a {
130138
color: rgba(221, 72, 20, 1);
131139
}
140+
section svg {
141+
margin-bottom: -5px;
142+
margin-right: 5px;
143+
width: 25px;
144+
}
145+
.title {
146+
background-color: rgba(247, 248, 249, 1);
147+
border-bottom: 1px solid rgba(242, 242, 242, 1);
148+
border-top: 1px solid rgba(242, 242, 242, 1);
149+
}
150+
.title h2:first-of-type {
151+
padding-top: 0;
152+
}
132153
footer {
133154
background-color: rgba(221, 72, 20, .8);
134155
text-align: center;

0 commit comments

Comments
 (0)