mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Center up the client row
This commit is contained in:
parent
c226a6b80b
commit
cb7d773b96
2 changed files with 10 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row row-center">
|
||||
<div class="col-md-3 col-sm-6">
|
||||
<a href="https://www.opensuse.org/">
|
||||
<img src="img/logos/opensuse.png" class="img-responsive img-centered" alt="">
|
||||
|
|
|
|||
|
|
@ -111,3 +111,12 @@ section#comments {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.row.row-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row.row-center div {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue