mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Tidy CSS
This commit is contained in:
parent
08ed902b7a
commit
2de06a0684
1 changed files with 10 additions and 17 deletions
|
|
@ -98,22 +98,6 @@ html[data-theme="light"] .button--secondary {
|
|||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.65rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1024px) {
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Blockquote inspired by https://codepen.io/jupago/pen/GPxqLX.
|
||||
Copyright (c) 2022 by Juan Pablo (https://codepen.io/jupago/pen/GPxqLX)
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
|
@ -177,8 +161,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
.blockquote {
|
||||
max-width: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.65rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1024px) {
|
||||
.blockquote h1 {
|
||||
|
|
@ -189,6 +177,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
.blockquote {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
.blockquote h4 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue