Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !24623

Add responsive variations for sizing

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/XavRsl/feature/responsive-sizing into v4-dev Oct 31, 2017
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: XavRsl

Hi,

With this kind of code:

<div class="card-body">
    <h2 class="card-title font-weight-light">Dashboard Features</h2>
    <div class="row mx-auto py-3">
        <div class="col-sm">
            <h3>Email alerts</h3>
            <p>Get an email everytime a new comment appears on one of your journal's publications.</p>
        </div>
        <div class="col-sm">
            <h3>Journal dedicated recent comments</h3>
            <p>The dashboard holds a list of the most recent comments on your journal's publications.</p>
        </div>
        <div class="col-sm">
            <h3>Invite colleagues to your journal's dashboard</h3>
            <p>You may invite collaborators to your dashboard  who can also choose to be alerted to new comments on your journal.</p>
        </div>
        <div class="col-sm">
            <h3>Journal dedicated search</h3>
            <p>Search through all your journal's publications comments for authors, commenters, comments' content, …</p>
        </div>
        <div class="col-sm">
            <h3>Number of commented publications</h3>
            <p>Get the number of your journal's commented publications.</p>
        </div>
    </div>
    <div class="row mx-auto w-lg-75 py-3">
        <div class="col-sm">
            <h3>Certified Journal response</h3>
            <p>Leave official Journal responses on PubPeer.</p>
        </div>
        <div class="col-sm">
            <h3>Acknowledge comments</h3>
            <p>Let PubPeer users know that your journal has seen a comments.</p>
        </div>
        <div class="col-sm">
            <h3>Free trial period</h3>
            <p>Try out Journal Dashboard for free.</p>
        </div>
        <div class="col-sm">
            <h3>PubPeer statistics</h3>
            <p>Access stats such as the number of page views for each PubPeer thread.</p>
        </div>
    </div>
</div>

My page looks like this on large:

capture d ecran 2017-10-31 a 15 28 20

And will look like this on smaller screen:

capture d ecran 2017-10-31 a 15 28 32

Would that be a good idea for Bootstrap?

Thanks for your attention.

Xavier

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/XavRsl/feature/responsive-sizing