-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the inline css in html files and put it to the custom.css file #388
base: master
Are you sure you want to change the base?
Changes from 2 commits
b9d5061
003e4a1
4cc0d95
8e6c0da
22d382a
5934c1c
bc34321
350346a
d4a2eb2
695bf0e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<div class="col-md-12 ml-auto mr-auto"> | ||
<div class="title text-left"> | ||
<h1>St. Anthony's College</h1> | ||
<p style="font-family: 'Roboto'; font-size: 20px; font-weight: 400;"> | ||
<p class="since-btn"> | ||
Since 1854 | ||
</p> | ||
</div> | ||
|
@@ -74,7 +74,7 @@ <h4 class="card-title">Nam aliquam bibendum ullamcorper. Praesent tempor</h4> | |
<div class="section pt-0 "> | ||
<h2 class="section-name"> Quick Access </h2> | ||
<div class="d-flex justify-content-center"> | ||
<div class="row" style="width: 71rem;"> | ||
<div class="row quick-access-cards"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good job @YoshithaRathnayake Btw, I think it will be easier for you to complete #358 and #375 together with the same PR. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I thought that puting in bootstrap is good There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the custom width and move the row into a container. It will set the width automatically. |
||
<div class="col-md-6"> | ||
<div class="card"> | ||
<div class="card-body pt-2"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just use an
h4
instead of custom css.