Skip to content

Commit 0cdc3f0

Browse files
authored
Merge pull request #77 from Ayush-023/myContribution
Fixed the div overflows (in css files: style.css and vocabulary.css) in WHAT COMES AFTER IMPLEMENTATION, ABOUT and…
2 parents 220ebc1 + 192858f commit 0cdc3f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/src/css/style.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ a.scroll-link:hover {
119119
height: 40px;
120120
}
121121
.pt-section1-text {
122-
width: 250px;
122+
width: 90%;
123123
margin: auto;
124124
}
125125
.pt-section-gold {
@@ -234,7 +234,7 @@ a.scroll-link:hover {
234234
display: flex !important;
235235
}
236236
.pt-card {
237-
max-height: 415px;
237+
max-height: 100%;
238238
box-sizing: border-box;
239239
}
240240
.pt-card-large {
@@ -271,7 +271,7 @@ a.scroll-link:hover {
271271
padding: .5rem 2rem;
272272
}
273273
.pt-card-small{
274-
max-height: 255px;
274+
max-height: 100%;
275275
}
276276
@media only screen and (max-width: 768px) {
277277
.pt-card-small{
@@ -280,7 +280,7 @@ a.scroll-link:hover {
280280
}
281281
.pt-header-card {
282282
font-size: 28px;
283-
width: 315px;
283+
width: 100%;
284284
padding: 48px 0;
285285
}
286286
@media only screen and (max-width: 1024px) {
@@ -289,7 +289,7 @@ a.scroll-link:hover {
289289
}
290290
}
291291
.pt-text-card{
292-
width: 250px;
292+
width: 100%;
293293
}
294294

295295
.pt-columns-align {

docs/src/css/vocabulary/css/vocabulary.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)