mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
Post about macOS for Linux users
This commit is contained in:
parent
ff60f727ce
commit
2574d23bc7
15 changed files with 307 additions and 0 deletions
19
style.css
19
style.css
|
|
@ -44,6 +44,25 @@ h1, h2, h3, h4, h5 {
|
|||
|
||||
img {
|
||||
margin-top: 30px;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #7f7f7f;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
img.window {
|
||||
border: none;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
img.compare {
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue